diff options
Diffstat (limited to 'media/arch.css')
-rw-r--r-- | media/arch.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/media/arch.css b/media/arch.css index 04810ce1..92c2b938 100644 --- a/media/arch.css +++ b/media/arch.css @@ -66,6 +66,17 @@ body { border: 1px solid #eee4cb; padding: 10px; } +#updates { + font-size: small; + /*position: relative;*/ + top: 0px; + background: #f6efe0; + border: 1px solid #eee4cb; + padding: 10px; +} +#updates a.testing, #updates a.community-testing { + font-style: italic; +} #ads { z-index: 0; position: absolute; @@ -143,7 +154,7 @@ div.listing { #search { float: right; position: relative; - top: -1em; + top: -2em; font-size: 0.8em; } #search input { |