diff options
| author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-05-05 10:09:47 +0000 | 
|---|---|---|
| committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-05-05 10:09:47 +0000 | 
| commit | 74b4cecba83c0f9828216983aae8838be70a744d (patch) | |
| tree | be6682109cd89c347f75bdf3ebfc3dc587fd0af0 /scuttle.css | |
| parent | 80e96bd8e886c454d7a5422efb1b4ba65fd2d359 (diff) | |
| download | semanticscuttle-74b4cecba83c0f9828216983aae8838be70a744d.tar.gz semanticscuttle-74b4cecba83c0f9828216983aae8838be70a744d.tar.bz2 | |
Interface change: highlight the 'main tags menu'.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@313 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 6d709a5..988b551 100644 --- a/scuttle.css +++ b/scuttle.css @@ -305,6 +305,13 @@ div#related {      padding: 0.5em;  } +div#sidebar>div#maintagsmenu { +    padding: 0.5em; +    border: 5px solid #999955 +} + + +  /* TAGS */  p.commondescription { | 
