Fixed CSS problems with Chrome and Firefox

This commit is contained in:
Marcin Kurczewski 2013-12-01 15:15:01 +01:00
parent 4c1bb44e59
commit 7046553a45

View file

@ -45,6 +45,7 @@ body {
}
#top-nav li.main-nav-item {
display: inline-block;
float: left;
}
#top-nav li input,
@ -67,6 +68,7 @@ body {
}
#top-nav li.search {
display: inline-block;
float: right;
background: white;
margin: 5px 0;
@ -83,6 +85,7 @@ body {
}
#top-nav li.safety {
display: inline-block;
float: right;
margin-left: 5px;
}
@ -384,6 +387,9 @@ button:hover {
.clear {
display: block;
clear: both;
height: 1px; /* ghost top margin in firefox */
width: 100%;
margin: 0 0 -1px 0;
}
pre.debug {