From d8e7f36c74a4ebff25d3997f5543b08faa00a496 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 11 Jul 2015 12:42:11 +0200 Subject: revert moving section and aside padding to style.css - it brings trouble to other layouts --- view/theme/redbasic/css/style.css | 5 ----- 1 file changed, 5 deletions(-) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a44cf331c..3c812d8bc 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -28,17 +28,12 @@ aside#region_1 { width: $aside_widthpx; min-width: $aside_widthpx; max-width: $aside_widthpx; - padding: 80px 7px 0px 7px; } main { max-width: $main_widthpx; } -section { - padding: 80px 7px 200px 7px; -} - h1, .h1, h2, .h2 { font-size: 1.667em; } -- cgit v1.2.3