diff options
author | eliott <eliott@cactuswax.net> | 2007-12-30 11:32:17 -0800 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-30 11:32:17 -0800 |
commit | 303724b948a66dae49d2b4ce76ded433c8e1f280 (patch) | |
tree | 95cacc4051f60ab32f319bcd23cde45fcac74662 | |
parent | 67e2b653655c02bae7ce01d777c7bc8091d48df0 (diff) |
Some style fixes
-rw-r--r-- | media/arch.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media/arch.css b/media/arch.css index c8bfe36b..0e745e1a 100644 --- a/media/arch.css +++ b/media/arch.css @@ -66,7 +66,7 @@ body { height: 140px; float: left; } -#updates { +.box-smalltext { font-size: small; /*position: relative;*/ top: 0px; @@ -138,7 +138,7 @@ div.listing { #search { float: right; position: relative; - top: -2em; + top: -1em; font-size: 0.8em; } #search input { |