aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorsasiflo <redmatrixdev@sasiflo.de>2014-04-09 23:13:25 +0200
committersasiflo <redmatrixdev@sasiflo.de>2014-04-09 23:13:25 +0200
commit036d907a4bfdbf5d58de786bea7109f52bf4a709 (patch)
treeaa9d8ed0aca33935732c3ee6b6c734a8ea56e05f /view/theme/redbasic/css
parentc7080edb1667c7f7d4f79f38d9bbc75fa11ac5c0 (diff)
downloadvolse-hubzilla-036d907a4bfdbf5d58de786bea7109f52bf4a709.tar.gz
volse-hubzilla-036d907a4bfdbf5d58de786bea7109f52bf4a709.tar.bz2
volse-hubzilla-036d907a4bfdbf5d58de786bea7109f52bf4a709.zip
Extended theme redbasic: Allow to center the content (aside + converse)
Added an option to settings of redbasic theme. You are now able to activate centering the left aside and the conversion regions in the middle of the screen. This respects configuration of conversion region width and works without special actions for mobile devices. TODO: Find a way to handle conversion width given in percent.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/converse_center.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/converse_center.css b/view/theme/redbasic/css/converse_center.css
new file mode 100644
index 000000000..e5ecfbfe0
--- /dev/null
+++ b/view/theme/redbasic/css/converse_center.css
@@ -0,0 +1,5 @@
+body {
+ margin-left: auto;
+ margin-right: auto;
+ width: $body_width;
+}