diff options
author | friendica <info@friendica.com> | 2013-11-11 19:45:40 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-11 19:45:40 -0800 |
commit | cdcc68a168f352d88520a62101b9fd9ef8f6ea2c (patch) | |
tree | 7f80d2f6d5caf97352f207f6612a41f6b0282a37 | |
parent | a7c53d470b9be467fc047130383095a569ba74e8 (diff) | |
download | volse-hubzilla-cdcc68a168f352d88520a62101b9fd9ef8f6ea2c.tar.gz volse-hubzilla-cdcc68a168f352d88520a62101b9fd9ef8f6ea2c.tar.bz2 volse-hubzilla-cdcc68a168f352d88520a62101b9fd9ef8f6ea2c.zip |
having a real problem with $section_width - which is preventing fluid layouts.
I don't see an easy way a fixed width can work - either as percentage or a pixel width.
I think the right way to do this is probably to set a right-margin - which will let the
width float within the constraints of the viewport but should achieve the same result.
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 9190e8a95..7a3dbceba 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -129,8 +129,10 @@ nav { } +/* section {width: $section_width; } +*/ nav:hover { background-image: linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%); |