diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-05-14 08:58:48 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-05-14 08:58:48 +0000 |
commit | 9bef26342dc2e19418d58d038fff2b7b42e220e0 (patch) | |
tree | 40ab733b03526a0a577a470351b6ef3974ce8ffa | |
parent | 75202febf4478877a6277242cfaa53cfcfc085c4 (diff) | |
download | semanticscuttle-9bef26342dc2e19418d58d038fff2b7b42e220e0.tar.gz semanticscuttle-9bef26342dc2e19418d58d038fff2b7b42e220e0.tar.bz2 |
Interface fix: change welcome border color
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@128 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r-- | scuttle.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scuttle.css b/scuttle.css index ca71145..61a0133 100644 --- a/scuttle.css +++ b/scuttle.css @@ -109,7 +109,7 @@ html > body div#header.popup h1 { left:75px; }*/ #welcome { - border: 10px solid #FFCC00; + border: 10px solid #995; width: 66%; padding: 10px; text-align:center; |