diff options
author | friendica <info@friendica.com> | 2013-11-13 17:19:56 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-13 17:19:56 -0800 |
commit | 0f6907ab68e5d85d3ca80212be0c07e47159bd41 (patch) | |
tree | ceb384047b996adc2c9199071021cf41d96ecb4c /view/theme/redbasic/css | |
parent | 13fb987b04bc5a695df433e53e6d5f966ec355c5 (diff) | |
download | volse-hubzilla-0f6907ab68e5d85d3ca80212be0c07e47159bd41.tar.gz volse-hubzilla-0f6907ab68e5d85d3ca80212be0c07e47159bd41.tar.bz2 volse-hubzilla-0f6907ab68e5d85d3ca80212be0c07e47159bd41.zip |
change section_width to converse_width
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 3212d98a3..7f9d68f63 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -133,10 +133,7 @@ nav { } -/* -section {width: $section_width; -} -*/ + nav:hover { background-image: linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%); @@ -1028,7 +1025,7 @@ footer { .thread-wrapper.toplevel_item { width: 92%; - max-width: 1024px; + max-width: $converse_width; } .wall-item-body { |