Skip to content
Snippets Groups Projects
Commit b5ab8427 authored by Danny Auble's avatar Danny Auble
Browse files

Various css options changed to get things looking good on firefox.

parent cdc737e6
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ body:before {
background: #FCFCFC;
border-bottom: 1px solid #D8D8D8;
padding: 14px 0 10px;
height: 70px;
}
#cse * {
......@@ -141,6 +142,12 @@ body:before {
}
.site-header {
float: left;
width: 360px;
min-width: 360px;
z-index: 1000;
border-bottom-width: 0;
border-right-width: 1px;
background: #FCFCFC;
}
......@@ -148,6 +155,7 @@ body:before {
overflow: hidden;
border-bottom: 1px solid #D8D8D8;
background: #F5F5F5;
height: 70px
}
.site-masthead__title {
......
......@@ -683,6 +683,7 @@ input[type="checkbox"] {
.site-header {
float: left;
width: 360px;
min-width: 360px;
z-index: 1000;
border-bottom-width: 0;
border-right-width: 1px;
......@@ -727,7 +728,7 @@ input[type="checkbox"] {
}
.content .container {
padding: 0 12.2% 0 9.2%;
padding: 0 8% 0 8%;
margin: 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment