diff options
author | frantic1048 <franticblack@163.com> | 2014-01-03 17:28:55 +0800 |
---|---|---|
committer | frantic1048 <franticblack@163.com> | 2014-01-03 17:28:55 +0800 |
commit | bcc7715cb3a312f238967f30814760d497afe901 (patch) | |
tree | 524eba9b2f73297fed8dc30a2cc340057e8b5b0f /franticworld/static | |
parent | 168b866cbafb6c3988097261cc48af7270ec72e9 (diff) | |
download | pelican-themes-bcc7715cb3a312f238967f30814760d497afe901.tar.gz |
modified center stuff width
Diffstat (limited to 'franticworld/static')
-rw-r--r-- | franticworld/static/css/franticworld.css | 10 |
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;
|