summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-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;