Update page_style.css

Made some changes so that there were no scrollbars appearing in IE10
This commit is contained in:
TheExpertNoob 2016-06-29 10:56:45 -05:00 committed by GitHub
parent f241773b00
commit 16eff99183

View file

@ -136,13 +136,19 @@ header img, footer img {
} }
#logo { #logo {
background-image: url('/content/img/piratebox-logo-horizontal-white.png');
width: 215px;
height: 36px;
float: left; float: left;
overflow: hidden; overflow: hidden;
} }
#menu-icon { #menu-icon {
background-image: url('/content/img/menu.png');
float: right; float: right;
width: 36px; width: 36px;
height: 36px;
overflow: hdden;
-webkit-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;