aboutsummaryrefslogtreecommitdiffstats
path: root/franticworld
diff options
context:
space:
mode:
authorfrantic1048 <franticblack@163.com>2014-01-03 17:28:55 +0800
committerfrantic1048 <franticblack@163.com>2014-01-03 17:28:55 +0800
commitbcc7715cb3a312f238967f30814760d497afe901 (patch)
tree524eba9b2f73297fed8dc30a2cc340057e8b5b0f /franticworld
parent168b866cbafb6c3988097261cc48af7270ec72e9 (diff)
downloadpelican-themes-bcc7715cb3a312f238967f30814760d497afe901.zip
pelican-themes-bcc7715cb3a312f238967f30814760d497afe901.tar.gz
pelican-themes-bcc7715cb3a312f238967f30814760d497afe901.tar.bz2
modified center stuff width
Diffstat (limited to 'franticworld')
-rw-r--r--franticworld/static/css/franticworld.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/franticworld/static/css/franticworld.css b/franticworld/static/css/franticworld.css
index ffdf574..b6385e9 100644
--- a/franticworld/static/css/franticworld.css
+++ b/franticworld/static/css/franticworld.css
@@ -24,12 +24,12 @@ text-shadow:5px 5px 0px #000,4px 4px 0px white,5px -5px 0px #000,4px -4px 0px wh
}
.content{
-width:60em;
+width:62em;
display:inline-block;
margin-left:3%;
}
.summarycontainer{
-width:60em;
+width:62em;
}
.metabox{
vertical-align:top;
@@ -57,7 +57,7 @@ text-shadow:1px 1px 0px #000;
}
.summarybox{
display:inline-block;
-width:50em;
+width:52em;
background-color:rgba(255,255,255,0.6);
margin-bottom:3em;
margin-left:-4px;
@@ -68,7 +68,7 @@ text-shadow:1px 1px 0px rgba(255,255,255,0.2);
}
.summarytitle,.articletitle{
display:block;
-width:790px;
+width:820px;
margin-top:-25px;
margin-left:-25px;
padding:5px;
@@ -92,7 +92,7 @@ text-shadow:0 0 10px #2fa0ff;
.arcticlecontentbox,.page-body{
display:inline-block;
-width:50em;
+width:52em;
background-color:rgba(255,255,255,0.6);
margin-bottom:3em;
margin-left:-4px;