diff options
author | Pim van den Berg | 2009-09-23 22:22:54 +0200 |
---|---|---|
committer | Pim van den Berg | 2009-09-23 22:22:54 +0200 |
commit | 03ab5309a68211e46ff470e1d3603a1247a79f03 (patch) | |
tree | 51d91302ca77484279a41f1007f33bd6fb9459bb /layout | |
parent | disable directory indexes (diff) | |
download | apt-panopticon_cgp-03ab5309a68211e46ff470e1d3603a1247a79f03.zip apt-panopticon_cgp-03ab5309a68211e46ff470e1d3603a1247a79f03.tar.gz apt-panopticon_cgp-03ab5309a68211e46ff470e1d3603a1247a79f03.tar.bz2 apt-panopticon_cgp-03ab5309a68211e46ff470e1d3603a1247a79f03.tar.xz |
add a footer to each page
Diffstat (limited to '')
-rw-r--r-- | layout/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/style.css b/layout/style.css index 90bc9a5..08b6757 100644 --- a/layout/style.css +++ b/layout/style.css | |||
@@ -30,3 +30,14 @@ ul { | |||
30 | li { | 30 | li { |
31 | display: inline; | 31 | display: inline; |
32 | } | 32 | } |
33 | |||
34 | hr { | ||
35 | height: 0; | ||
36 | border: 0; | ||
37 | margin-bottom: 0; | ||
38 | border-top: 1px solid #000; | ||
39 | } | ||
40 | |||
41 | .small { | ||
42 | font-size: 0.7em; | ||
43 | } | ||