aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/layout/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style.css')
-rw-r--r--layout/style.css11
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 {
30li { 30li {
31 display: inline; 31 display: inline;
32} 32}
33
34hr {
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}