summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-06-19 16:17:17 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-06-19 16:17:17 +0200
commit09f85ffd3eb84c605ef0b851a054fce310b9c8cf (patch)
tree0c9915e59ffc12ff6c23329e43f44fa20e88eef0 /static
parenta344cef5099d4bf5416cec9601557e44ba2343b7 (diff)
Update templates
Diffstat (limited to 'static')
-rw-r--r--static/style.css15
1 files changed, 6 insertions, 9 deletions
diff --git a/static/style.css b/static/style.css
index 0ff6764..793a6bd 100644
--- a/static/style.css
+++ b/static/style.css
@@ -23,22 +23,19 @@ pre {
img, pre {
border-radius: 1ex;
}
-time, address, #tags {
+time, address, .tags {
font-size: smaller;
color: #999;
}
dd {
padding-bottom: 1em;
}
-header a, aside a, section a, footer a {
- color: #F50;
-}
-section li {
- list-style-type: circle;
+article a {
+ color: #05A;
}
-a {
+a, header a {
+ color: #F50;
text-decoration: none;
- color: #05A;
}
aside {
float: right;
@@ -62,7 +59,7 @@ aside li {
article {
margin-bottom: 3em;
}
-#figcaption {
+.figcaption {
font-style: italic;
margin-bottom: 1em;
}