From 036d907a4bfdbf5d58de786bea7109f52bf4a709 Mon Sep 17 00:00:00 2001 From: sasiflo Date: Wed, 9 Apr 2014 23:13:25 +0200 Subject: 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. --- view/theme/redbasic/css/converse_center.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 view/theme/redbasic/css/converse_center.css (limited to 'view/theme/redbasic/css') 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; +} -- cgit v1.2.3