diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-18 14:41:54 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-18 14:41:54 +0100 |
commit | 8cb31172a9e6de1593a45bdfaeac291db2302d4d (patch) | |
tree | 390073a9f757f636b19e48f7ef4a07ddf0d63a6e /view/theme/redbasic/css | |
parent | 7a9aca6ecbe84ad4469cbbec2b7a1269e9f94378 (diff) | |
download | volse-hubzilla-8cb31172a9e6de1593a45bdfaeac291db2302d4d.tar.gz volse-hubzilla-8cb31172a9e6de1593a45bdfaeac291db2302d4d.tar.bz2 volse-hubzilla-8cb31172a9e6de1593a45bdfaeac291db2302d4d.zip |
make every page regard max content width setting and move the setting out of experts mode
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/converse_center.css | 3 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 13 |
2 files changed, 5 insertions, 11 deletions
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; |