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
1 changed files with 6 additions and 0 deletions

View File

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