aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/style.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/public/style.css b/public/style.css
index 62f72fa..24cb002 100644
--- a/public/style.css
+++ b/public/style.css
@@ -6,7 +6,7 @@ body {
font-family: sans-serif;
line-height: 1.4;
margin: 0 auto;
- max-width: 1140px;
+ max-width: 960px;
padding: 12px;
}
@@ -37,7 +37,8 @@ h2,h3,h4,h5,h6 {
margin: 0 0 10px;
}
.posts li span {
- display: none;
+ display: block;
+ font-size: 85%;
}
.alert {
@@ -86,10 +87,12 @@ pre {
}
blockquote {
+ border-left: 2px solid;
color: brown;
font-family: serif;
font-style: italic;
font-size: 110%;
+ padding: 0 0 0 8px;
}
img {