Merge pull request #35 from Baegus/patch-4

Responsive design for Installed styles
This commit is contained in:
Jason Barnabe 2015-02-23 10:24:45 -06:00
commit 8fbd872a33

View File

@ -83,6 +83,23 @@
.update-done .check-update {
display: none;
}
@media(max-width:675px) {
#header {
height: auto;
position: inherit;
width: auto;
border-right: none;
}
#installed {
padding-left: 0px;
}
.enabled, .disabled {
margin: 0px;
}
}
</style>
<script src="localization.js"></script>
<script src="health.js"></script>