summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-22 20:19:01 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-22 20:19:01 +0100
commitc6540ccf23cbc41f25c2b8a5cd2905a88b064a22 (patch)
tree0dbd87aaf745eff7102dfc057e4402c7cbfd1834
parentfix broken links (diff)
downloadlumberjaph-c6540ccf23cbc41f25c2b8a5cd2905a88b064a22.tar.gz
update css
-rw-r--r--static/css/project.css4
-rw-r--r--static/css/screen.css4
2 files changed, 4 insertions, 4 deletions
diff --git a/static/css/project.css b/static/css/project.css
index 420926b..e298977 100644
--- a/static/css/project.css
+++ b/static/css/project.css
@@ -10,14 +10,14 @@ body {
#container {
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;
}
h1 { font-size: 3.8em; color: #3e9ab7; margin-bottom: 3px; }
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;
}