summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-06-14 14:11:44 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-06-14 14:11:44 +0200
commit74e2a1d1304a8d81ade6266f54fba8d50adddc28 (patch)
tree985c54aa002784ea932ae8e81aeafc92f34caa74 /static
parent9fef1f3680590b47d0e91b4d361509a2c65d0f34 (diff)
Use dl for index, move related into article
Diffstat (limited to 'static')
-rw-r--r--static/style.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/static/style.css b/static/style.css
index 2dbadf9..0ff6764 100644
--- a/static/style.css
+++ b/static/style.css
@@ -27,16 +27,15 @@ time, address, #tags {
font-size: smaller;
color: #999;
}
-#index td:nth-child(odd) {
- text-align: right;
+dd {
+ padding-bottom: 1em;
}
-#index td {
- vertical-align: top;
- padding: 0.5ex;
-}
-header a, aside a {
+header a, aside a, section a, footer a {
color: #F50;
}
+section li {
+ list-style-type: circle;
+}
a {
text-decoration: none;
color: #05A;