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