From 7d9c67a4baef0f5f67d5bcaace0871d4cdf8a9d0 Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Mon, 10 May 2010 11:17:36 -0300 Subject: [PATCH] Fixing width of the boxes in rightbar and leftbar templates --- public/designs/templates/leftbar/stylesheets/style.css | 21 ++++----------------- public/designs/templates/rightbar/stylesheets/style.css | 13 ++++--------- 2 files changed, 8 insertions(+), 26 deletions(-) diff --git a/public/designs/templates/leftbar/stylesheets/style.css b/public/designs/templates/leftbar/stylesheets/style.css index 77b5acc..48bb417 100644 --- a/public/designs/templates/leftbar/stylesheets/style.css +++ b/public/designs/templates/leftbar/stylesheets/style.css @@ -1,11 +1,7 @@ - -#boxes { - /* none */ -} - .box-1 { - margin: 0px 30px 0px 260px; + margin: 0 0 0 200px; } + .box-1 .blocks { width: 100%; float: left; @@ -13,20 +9,11 @@ .box-2 { float: left; - width: 230px; + width: 190px; } .block { position: relative; - padding: 10px 0px; + padding: 10px 0; float: none; } - -#article-actions { - margin-right: 130px; -} - -#article-actions { - margin-right: 130px; -} - diff --git a/public/designs/templates/rightbar/stylesheets/style.css b/public/designs/templates/rightbar/stylesheets/style.css index 23de095..d81b147 100644 --- a/public/designs/templates/rightbar/stylesheets/style.css +++ b/public/designs/templates/rightbar/stylesheets/style.css @@ -1,11 +1,7 @@ - -#boxes { - /* none */ -} - .box-1 { - margin: 0px 260px 0px 30px; + margin: 0 200px 0 0; } + .box-1 .blocks { width: 100%; float: right; @@ -13,12 +9,11 @@ .box-2 { float: right; - width: 230px; + width: 190px; } .block { position: relative; - padding: 10px 0px; + padding: 10px 0; float: none; } - -- libgit2 0.21.2