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.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/static/css/screen.css b/static/css/screen.css
index 293c2b7..481ae5e 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -7,6 +7,7 @@ body {
line-height: 1.4em;
font-family: 'Droid Sans',Verdana, sans-serif;
text-align: center;
+ font-size: 13px;
}
ul {
@@ -76,7 +77,7 @@ ul.posts span {
padding: 1em;
font-size: 110%;
text-align: justify;
- width: 50em;
+ width: 55em;
margin: 3em auto 2em auto;
line-height: 1.5em;
-webkit-box-shadow: 10px 10px 10px #262526; -moz-box-shadow: 10px 10px 10px #262526; box-shadow: 10px 10px 10px #262526;
@@ -241,6 +242,6 @@ ul.posts span {
.floatright {
float: right;
- margin-left: 10px;
- -webkit-box-shadow: 0px 0px 10px #262526; -moz-box-shadow: 0px 0px 10px #262526; box-shadow: 0px 0px 10px #262526;
+ margin-left: 30px;
+ -webkit-box-shadow: 5px 5px 10px #262526; -moz-box-shadow: 5px 5px 10px #262526; box-shadow: 5px 5px 10px #262526;
}