make every page regard max content width setting and move the setting out of experts mode

This commit is contained in:
Mario Vavti
2015-03-18 14:41:54 +01:00
parent 7a9aca6ecb
commit 8cb31172a9
5 changed files with 18 additions and 18 deletions

View File

@@ -1,5 +1,4 @@
body {
main {
margin-left: auto;
margin-right: auto;
max-width: $body_width;
}

View File

@@ -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;