aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/converse_center.css3
-rw-r--r--view/theme/redbasic/css/style.css13
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;