Minor fix for Hello theme

This commit is contained in:
Frédéric Guillot 2014-09-11 14:27:39 +02:00
parent d7e5cd0ad4
commit fe95890e6f

View File

@ -416,7 +416,6 @@ section.page {
position: relative; } position: relative; }
#current-item > nav { #current-item > nav {
position: absolute; position: absolute;
width: 180px;
right: 0; right: 0;
top: 0; top: 0;
*zoom: 1; } *zoom: 1; }
@ -441,7 +440,7 @@ section.page {
text-decoration: none; text-decoration: none;
color: #009966; } color: #009966; }
#current-item > nav span.nav-left { #current-item > nav span.nav-left {
float: left; } float: left; margin-right: 10px; }
#current-item > nav span.nav-right { #current-item > nav span.nav-right {
float: right; } float: right; }
#current-item > h1 { #current-item > h1 {