aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2013-10-20 01:19:04 +0200
committerChristian Vogeley <christian.vogeley@hotmail.de>2013-10-20 01:19:04 +0200
commitc0789bdb4fc7412efd5e2fb1e15b63d359a74cfa (patch)
tree12d4cbc3fd471b5b66b02b9e209faecd1b7c080e /view/theme/redbasic/css
parent77db6e087a58616279afbcd526b506225d19c3fd (diff)
downloadvolse-hubzilla-c0789bdb4fc7412efd5e2fb1e15b63d359a74cfa.tar.gz
volse-hubzilla-c0789bdb4fc7412efd5e2fb1e15b63d359a74cfa.tar.bz2
volse-hubzilla-c0789bdb4fc7412efd5e2fb1e15b63d359a74cfa.zip
redbasic: set width of main section
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index e91e4dc5a..ce0c66af1 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -125,6 +125,8 @@ nav {background-image: linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%);
background-image: -ms-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%);
}
+section {width: $section_width;
+}
nav:hover {background-image: linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%);
background-image: -o-linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%);