diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-11 08:35:12 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-11 08:35:12 +0000 |
commit | 9cbba1119c8817ee5b41a8006042daf5b6c49df1 (patch) | |
tree | 7ee76b9686236250a5a9e6d7116b39a7644e8d86 /scuttle.css | |
parent | 639d8e15db8e2256b0c4bd7f518c76fe8674c6a7 (diff) | |
download | semanticscuttle-9cbba1119c8817ee5b41a8006042daf5b6c49df1.tar.gz semanticscuttle-9cbba1119c8817ee5b41a8006042daf5b6c49df1.tar.bz2 |
new feature: add welcome message (configured in config file)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@7 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'scuttle.css')
-rw-r--r-- | scuttle.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scuttle.css b/scuttle.css index e229140..4ab1da1 100644 --- a/scuttle.css +++ b/scuttle.css @@ -104,6 +104,10 @@ html > body div#header.popup h1 { background: url('logo_24.png') no-repeat 10px; padding: 0.5em 0.5em 0.5em 50px; } +html > body div#header #welcome { + position:absolute; + left:75px; +} h1 a { color: #000; } |