aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/layout/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style.css')
-rw-r--r--layout/style.css9
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 {
21img { 21img {
22 border: 0; 22 border: 0;
23} 23}
24
25ul {
26 margin: 0;
27 padding: 0;
28}
29
30li {
31 display: inline;
32}