diff options
author | raylu <raylu@mixpanel.com> | 2011-07-17 16:41:22 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-17 16:41:22 -0700 |
commit | 384834c9fb85d3a408c60dd38e8d1474116793ad (patch) | |
tree | c237ee1c43b06c779e6188fbc7cb9aac03da0107 /webroot/css/base.css | |
parent | 8fa4bab1dfd166fd567f2b1a3910f0628c6278e7 (diff) | |
download | otakuhub-384834c9fb85d3a408c60dd38e8d1474116793ad.tar.xz |
some anime view styling
Diffstat (limited to 'webroot/css/base.css')
-rw-r--r-- | webroot/css/base.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/webroot/css/base.css b/webroot/css/base.css index da366c6..1bbd83c 100644 --- a/webroot/css/base.css +++ b/webroot/css/base.css @@ -24,6 +24,8 @@ h2.ribbon { border-radius: 3px 3px 3px 0px; -moz-border-radius: 3px 3px 3px 0px; -webkit-border-radius: 3px 3px 3px 0px; +} +h2.full { width: 890px; } .triangle-ribbon { @@ -146,11 +148,11 @@ footer { width: 980px; margin: 25px auto 20px; } -#page { +article { background: #fff; color: #191919; border: 1px solid #d9d9d9; - padding: 40px; + padding: 25px 40px 30px; position: relative; width: 898px; margin: 0 auto; |