diff options
author | Ismael Carnales <icarnales@gmail.com> | 2009-10-30 18:32:25 -0200 |
---|---|---|
committer | Ismael Carnales <icarnales@gmail.com> | 2009-11-09 22:24:41 -0200 |
commit | b4999b495e828ff68a5c93f65a39efad5b37dcea (patch) | |
tree | 8b9455454362b8d66e11f7983b2b9d8b4318f411 /media/arch.css | |
parent | 7cd5c1f5a6dacd1aeab1a9a30e9af79e7e294482 (diff) |
changed landing view
- moved devel.views.siteindex to public.views.index
- using template from public view with added devel menu
- added extra styles and images
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 { |