Skip to content

Commit 0842fa3

Browse files
author
vogelor
committed
New design now also works in IE not only in Firefox
1 parent 6dfc1f8 commit 0842fa3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

interface/web/themes/default/css/navigation/nav_top.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
margin: 0;
2424
}
2525

26-
#topNav li {
27-
display: inline-block;
26+
#topNav ul li {
27+
display: inline;
2828
margin: 0 2px 0 0;
2929
}
3030

@@ -33,7 +33,7 @@
3333
background-position: center top;
3434
background-repeat: no-repeat;
3535
color:black;
36-
display:block;
36+
display:inline-block;
3737
height:20px;
3838
padding-top:68px;
3939
text-align:center;

0 commit comments

Comments
 (0)