Merge pull request #85 from joshjowen/master

Made space for config menu in top bar of gui on small screens
This commit is contained in:
echel0n 2014-04-26 04:56:35 -07:00
commit b691fa237d
1 changed files with 5 additions and 4 deletions

View File

@ -176,7 +176,8 @@ a{
#header .wrapper {
margin: 0 auto;
position: relative;
width: 960px;
width: 850px;
float: left;
}
#header a:hover {
background: none;
@ -192,7 +193,7 @@ a{
float: left;
position: relative;
top: 0px;
left: -5px;
left: 5px;
}
#versiontext {
color: #FFFFFF;
@ -201,7 +202,7 @@ a{
position: relative;
/* text-transform: lowercase;*/
top: 42px;
left: -5px
left: 5px;
}
.update {
@ -1862,4 +1863,4 @@ pre {
color: #343434;
height: 37px;
text-align: center;
}
}