diff options
Diffstat (limited to 'scuttle.css')
-rw-r--r-- | scuttle.css | 11 |
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; } |