From 8cb31172a9e6de1593a45bdfaeac291db2302d4d Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 18 Mar 2015 14:41:54 +0100 Subject: make every page regard max content width setting and move the setting out of experts mode --- view/theme/redbasic/css/converse_center.css | 3 +-- view/theme/redbasic/css/style.css | 13 ++++--------- 2 files changed, 5 insertions(+), 11 deletions(-) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/converse_center.css b/view/theme/redbasic/css/converse_center.css index 3b3ecddc9..8e595e7ff 100644 --- a/view/theme/redbasic/css/converse_center.css +++ b/view/theme/redbasic/css/converse_center.css @@ -1,5 +1,4 @@ -body { +main { margin-left: auto; margin-right: auto; - max-width: $body_width; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7e512751c..d3d3882e4 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -24,6 +24,10 @@ body { height: 100%; } +main { + max-width: $main_width; +} + h1, .h1, h2, .h2 { font-size: 1.667em; } @@ -301,7 +305,6 @@ footer { } #profile-edit-links { - max-width: $converse_width; padding-top: 15px; padding-bottom: 15px; } @@ -1608,10 +1611,6 @@ img.mail-list-sender-photo { /* jot */ -#profile-jot-wrapper { - max-width: $converse_width; -} - .jothidden { font-weight: bold; border-radius: $radiuspx; @@ -1680,10 +1679,6 @@ img.mail-list-sender-photo { margin-left: $comment_indent; } -.thread-wrapper.toplevel_item { - max-width: $converse_width; -} - .wall-item-content-wrapper { background-color: $item_colour; padding: 10px; -- cgit v1.2.3