diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-24 14:53:41 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-24 14:53:41 +0000 |
commit | 5af48bb75ef7787123cab9b050cdca47ce2397b7 (patch) | |
tree | 877a97624250ce4c821faf849ad2cb7563c37851 /contrib/feed-browser/css | |
parent | 048e8595e8cd1fbd8f90e35892244d81f7d9b6b7 (diff) |
feed-browser: another set of functionality and look changes
- added sections tree on left side
- need some work as we do not have 'e' or 'gnome' section so parts are wrong
- letterchooser is always visible
- removed menu as it is useless now
- package details has versions sorted by PV
- all pages should now validate as HTML 1.0 Strict
- restructured code a bit
- now HTML mainblock is in one place
Diffstat (limited to 'contrib/feed-browser/css')
-rw-r--r-- | contrib/feed-browser/css/feed.css | 32 |
1 files changed, 27 insertions, 5 deletions
diff --git a/contrib/feed-browser/css/feed.css b/contrib/feed-browser/css/feed.css index 7a7e55ebd6..b1252c4f7e 100644 --- a/contrib/feed-browser/css/feed.css +++ b/contrib/feed-browser/css/feed.css @@ -29,11 +29,6 @@ td vertical-align: top; } -#page { - margin: 1em auto; - width: 80%; -} - #letters { margin: 1em 0; @@ -60,3 +55,30 @@ dt { padding-top: 0.5em; } + +#sections +{ + list-style: none; + font-size: 0.8em; +} + +.subsections +{ + list-style: none; + margin-left: -1em; +} + +#page +{ +} + +#left +{ + float: left; + width: 20%; +} + +#right +{ + width: 79%; +} |