diff options
| author | Pim van den Berg | 2009-09-20 13:52:56 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2009-09-20 13:52:56 +0200 |
| commit | f440df5666c73c924ea6a6ce1c5de0eb7e8092f3 (patch) | |
| tree | 2b4f792096437841fa05df86b8b7fdb4108ceb91 /layout | |
| parent | initial import of cgp (diff) | |
| download | apt-panopticon_cgp-f440df5666c73c924ea6a6ce1c5de0eb7e8092f3.zip apt-panopticon_cgp-f440df5666c73c924ea6a6ce1c5de0eb7e8092f3.tar.gz apt-panopticon_cgp-f440df5666c73c924ea6a6ce1c5de0eb7e8092f3.tar.bz2 apt-panopticon_cgp-f440df5666c73c924ea6a6ce1c5de0eb7e8092f3.tar.xz | |
display term as a list on detail page
Diffstat (limited to 'layout')
| -rw-r--r-- | layout/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/style.css b/layout/style.css index 813f98d..90bc9a5 100644 --- a/layout/style.css +++ b/layout/style.css | |||
| @@ -21,3 +21,12 @@ table.summary td { | |||
| 21 | img { | 21 | img { |
| 22 | border: 0; | 22 | border: 0; |
| 23 | } | 23 | } |
| 24 | |||
| 25 | ul { | ||
| 26 | margin: 0; | ||
| 27 | padding: 0; | ||
| 28 | } | ||
| 29 | |||
| 30 | li { | ||
| 31 | display: inline; | ||
| 32 | } | ||
