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.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/screen.css b/static/css/screen.css
index 6b92064..293c2b7 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -72,14 +72,14 @@ ul.posts span {
.site {
background: #ffffff;
border-style: solid;
- border-width: 1px;
+ border-width: 5px;
padding: 1em;
font-size: 110%;
text-align: justify;
width: 50em;
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;
+ -webkit-box-shadow: 10px 10px 10px #262526; -moz-box-shadow: 10px 10px 10px #262526; box-shadow: 10px 10px 10px #262526;
-moz-border-radius:5px;-webkit-border-radius:5px;
}