summaryrefslogtreecommitdiffstats
path: root/webroot/css
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-04 03:12:09 -0700
committerraylu <raylu@mixpanel.com>2011-07-04 03:12:09 -0700
commit264cabb1a29642b5b1f3483a172627af14ca8c96 (patch)
tree016a2bd8c83f594964c7d0a60d36516e39587595 /webroot/css
parentfa4cbd84991251413cbf74ae6b3b097c0a449910 (diff)
downloadotakuhub-264cabb1a29642b5b1f3483a172627af14ca8c96.tar.xz
tweak spacing on scrollable
Diffstat (limited to 'webroot/css')
-rw-r--r--webroot/css/home.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/webroot/css/home.css b/webroot/css/home.css
index 2cc3d8b..f9aa511 100644
--- a/webroot/css/home.css
+++ b/webroot/css/home.css
@@ -23,7 +23,7 @@
float: left;
width: 740px;
}
-.scrollable img {
+.scrollable .items img {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
@@ -31,7 +31,10 @@
border: 1px solid #ccc;
float: left;
height: 300px;
- margin-right: 15px;
+ margin-right: 12px;
+}
+.scrollable .items img ~ p {
+ margin-right: 50px;
}
.scrollable .active {
border: 2px solid #000;