diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-10 16:15:38 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-10 16:15:38 +0000 |
commit | 024b3074be5bfaff9aee776014d42288d7466ba8 (patch) | |
tree | dd8c7b61b26490d1fb7bf5755a735d5f4c0ed129 /scuttle.css | |
parent | 980d240e6263346cfc624acbd1d3097c8e28a885 (diff) | |
download | semanticscuttle-024b3074be5bfaff9aee776014d42288d7466ba8.tar.gz semanticscuttle-024b3074be5bfaff9aee776014d42288d7466ba8.tar.bz2 |
Make URL appears into bookmark
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@5 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'scuttle.css')
-rw-r--r-- | scuttle.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scuttle.css b/scuttle.css index 0d7ab2b..c2baa8f 100644 --- a/scuttle.css +++ b/scuttle.css @@ -166,6 +166,9 @@ div.link a { div.link a:visited { color: purple; } +div.address { + color: #285; +} div.meta { color: #285; } |