From 6864e52df67ae240149a3b25eea7fe41ccf10ec3 Mon Sep 17 00:00:00 2001 From: Jorge Salinas Date: Wed, 22 Jun 2011 22:33:48 -0500 Subject: [PATCH] Issue #1197304 by jsalinasd; Update region-content styles; add padding to node titles --- style.css | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 246721e..74daff0 100755 --- a/style.css +++ b/style.css @@ -370,7 +370,7 @@ vertical-align:middle; .block { background:url(images/content.png) repeat; -width:270px; +width: 270px; margin:0px 0px 12px 0px; padding:10px; float:left; @@ -629,4 +629,14 @@ div.tabs a { } div.tabs .secondary a { color: #fff; -} \ No newline at end of file +} + +.region-content .block { + background: none; + width: 616px; + padding: 0; +} + +#content h1 { + padding: 15px 0 0 12px; +} -- 1.7.1