Skip to content
Snippets Groups Projects
Commit bcce77c3 authored by Jared Hancock's avatar Jared Hancock
Browse files

ui: Fix logo border on IE 10

parent c87fe29c
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,8 @@ h1 {
height: auto;
width: auto;
vertical-align: middle;
outline: none;
border: none;
}
.valign-helper {
height: 100%;
......
......@@ -113,6 +113,8 @@ div#header a {
height: auto;
width: auto;
vertical-align: middle;
outline: none;
border: none;
}
.valign-helper {
height: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment