make every page regard max content width setting and move the setting out of experts mode
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
body {
|
||||
main {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: $body_width;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user