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