From 0f6907ab68e5d85d3ca80212be0c07e47159bd41 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 13 Nov 2013 17:19:56 -0800 Subject: change section_width to converse_width --- view/theme/redbasic/css/style.css | 7 ++----- 1 file changed, 2 insertions(+), 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 3212d98a3..7f9d68f63 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -133,10 +133,7 @@ nav { } -/* -section {width: $section_width; -} -*/ + nav:hover { background-image: linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%); @@ -1028,7 +1025,7 @@ footer { .thread-wrapper.toplevel_item { width: 92%; - max-width: 1024px; + max-width: $converse_width; } .wall-item-body { -- cgit v1.2.3