From 264cabb1a29642b5b1f3483a172627af14ca8c96 Mon Sep 17 00:00:00 2001 From: raylu Date: Mon, 4 Jul 2011 03:12:09 -0700 Subject: tweak spacing on scrollable --- webroot/css/home.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'webroot') 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; -- cgit v1.2.3