summaryrefslogtreecommitdiffstatshomepage
path: root/scuttle.css
diff options
context:
space:
mode:
authorGravatar mensonge2008-05-14 08:55:38 +0000
committerGravatar mensonge2008-05-14 08:55:38 +0000
commit75202febf4478877a6277242cfaa53cfcfc085c4 (patch)
tree65f92e988b7c803497fe94e1f7f68f6e4127b768 /scuttle.css
parent4375f8eff73a49bebc564931b08ad569cd86299c (diff)
downloadscuttle-75202febf4478877a6277242cfaa53cfcfc085c4.tar.gz
scuttle-75202febf4478877a6277242cfaa53cfcfc085c4.zip
Interface fix: move welcome message to index page
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@127 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'scuttle.css')
-rw-r--r--scuttle.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/scuttle.css b/scuttle.css
index 1e80cb1..ca71145 100644
--- a/scuttle.css
+++ b/scuttle.css
@@ -104,10 +104,19 @@ 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 {
+/*html > body div#header #welcome {
position:absolute;
left:75px;
+}*/
+#welcome {
+ border: 10px solid #FFCC00;
+ width: 66%;
+ padding: 10px;
+ text-align:center;
+ font-size: medium;
}
+
+
h1 a {
color: #000;
}