aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-09-11 11:54:35 +0200
committerMario Vavti <mario@mariovavti.com>2015-09-11 11:54:35 +0200
commite42111545bdb36daafbccd7f0056bd448bcfafd6 (patch)
tree42aae0740b3764f626cec4cc312666bdff5b3466 /view/theme/redbasic/css
parent5112b4b963ca8e22c79052337549a51ad55cd757 (diff)
downloadvolse-hubzilla-e42111545bdb36daafbccd7f0056bd448bcfafd6.tar.gz
volse-hubzilla-e42111545bdb36daafbccd7f0056bd448bcfafd6.tar.bz2
volse-hubzilla-e42111545bdb36daafbccd7f0056bd448bcfafd6.zip
center page content by default
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/converse_center.css10
-rw-r--r--view/theme/redbasic/css/style.css4
2 files changed, 3 insertions, 11 deletions
diff --git a/view/theme/redbasic/css/converse_center.css b/view/theme/redbasic/css/converse_center.css
deleted file mode 100644
index 9b4246a5b..000000000
--- a/view/theme/redbasic/css/converse_center.css
+++ /dev/null
@@ -1,10 +0,0 @@
-main {
- margin-left: auto;
- margin-right: auto;
-}
-
-aside#region_3 {
- width: $aside_widthpx;
- min-width: $aside_widthpx;
- max-width: $aside_widthpx;
-}
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 98263796e..c4593f01a 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -24,13 +24,15 @@ body {
height: 100%;
}
-aside#region_1 {
+aside {
width: $aside_widthpx;
min-width: $aside_widthpx;
max-width: $aside_widthpx;
}
main {
+ margin-left: auto;
+ margin-right: auto;
max-width: $main_widthpx;
}