diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-11 12:36:23 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-11 12:36:23 +0000 |
commit | 7428a3467c28756c7d8c3ad848753aa2fcac3065 (patch) | |
tree | 1ba78e2badf24f8cc5c943d5dbf901d28f86f308 /scuttle.css | |
parent | 3707bd1bd37865f6698cf582882df4b81a9d5549 (diff) | |
download | semanticscuttle-7428a3467c28756c7d8c3ad848753aa2fcac3065.tar.gz semanticscuttle-7428a3467c28756c7d8c3ad848753aa2fcac3065.tar.bz2 |
New feature: website thumbnail
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@62 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'scuttle.css')
-rw-r--r-- | scuttle.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scuttle.css b/scuttle.css index 2303ff4..1e80cb1 100644 --- a/scuttle.css +++ b/scuttle.css @@ -163,6 +163,13 @@ html > body ol#bookmarks { margin: 0 1em; padding: 0; } +img.thumbnail { + float: left; + padding: 1px; + margin-right: 6px; + margin-bottom:4px; + border:1px solid #AAA; +} div.link a { color: blue; font-size: medium; |