summaryrefslogtreecommitdiff
path: root/static/css/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/screen.css')
-rw-r--r--static/css/screen.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/css/screen.css b/static/css/screen.css
index 0ac196f..d0320df 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -74,7 +74,7 @@ ul.posts span {
font-size: 110%;
text-align: justify;
width: 50em;
- margin: 3.5em 1.1em 2.5em 1.1em;
+ margin: 3em auto 2em auto;
line-height: 1.5em;
-webkit-box-shadow: 0px 0px 10px #262526; -moz-box-shadow: 0px 0px 10px #262526; box-shadow: 0px 0px 10px #262526;
}
@@ -135,6 +135,10 @@ ul.posts span {
border: 0;
}
+#post {
+ margin: .5em 1.1em .5em 1.1em;
+}
+
#post pre {
border: 1px solid #ddd;
background-color: #eef;