diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-01-07 15:13:16 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-01-07 15:13:16 +0000 |
commit | 32398ee61bf5fec93f2a0236149eb44db72768d2 (patch) | |
tree | 482f01d3c75d5e7793bf4755fb93277f48b3b28c /scuttle.css | |
parent | d68d3dc525b942460c4a5a1b10273c128278a837 (diff) | |
download | semanticscuttle-32398ee61bf5fec93f2a0236149eb44db72768d2.tar.gz semanticscuttle-32398ee61bf5fec93f2a0236149eb44db72768d2.tar.bz2 |
New Feature: special colors on admin page and bookmarks allowing to mark a difference with bookmarks from normal users. [Config file modified: ]
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@223 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'scuttle.css')
-rw-r--r-- | scuttle.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scuttle.css b/scuttle.css index 9dfc0a4..7f9b579 100644 --- a/scuttle.css +++ b/scuttle.css @@ -507,6 +507,12 @@ ul { width: 75%; } +.adminBackground { + background: #FFFFFF url(http://127.0.0.6/SemanticScuttle/trunk/images/logo_24.png) repeat-y scroll top right; + /*border-top: 1px solid; + border-color: #CC9900;*/ +} + /* DOJO Style */ /* DOJO Style */ |