diff options
author | raylu <raylu@mixpanel.com> | 2011-07-04 01:22:09 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-04 01:22:09 -0700 |
commit | ef19013d7ec45318845b565b91ff042a93bea031 (patch) | |
tree | cba826b30f7d63c75edeb07eaf2919f83774e89e /webroot | |
parent | 8fc399621803ddec4e2a0253c0f8ffa14e972a14 (diff) | |
download | otakuhub-ef19013d7ec45318845b565b91ff042a93bea031.tar.xz |
gradient mask!
Diffstat (limited to 'webroot')
-rw-r--r-- | webroot/css/base.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webroot/css/base.css b/webroot/css/base.css index 5a2cb29..ec4ddf9 100644 --- a/webroot/css/base.css +++ b/webroot/css/base.css @@ -463,10 +463,10 @@ dl.definition dd { } #scrollwrapper { - padding: 15px; + padding: 15px 20px; border: 1px solid #ccc; float: left; - margin: 15px 32px; + margin: 10px 25px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; @@ -495,6 +495,7 @@ dl.definition dd { border: 1px solid #ccc; float: left; height: 300px; + margin-right: 15px; } .scrollable .active { border: 2px solid #000; |