Revert "@media queries make the world go 'round"

This reverts commit e730b41a03.
This commit is contained in:
Scott Schneider 2014-03-05 09:45:01 -08:00
parent d9e8fc9647
commit e0ac8c735f

View file

@ -12,26 +12,6 @@
<!-- stats-vmpooler-running --> <!-- stats-vmpooler-running -->
<style>
@media (min-width: 768px) and (orientation: portrait) {
#stats-vmpooler-running {
width: 880px;
}
}
@media (min-width: 1280px) and (orientation: landscape) {
#stats-vmpooler-running {
width: 1180px;
}
}
@media (min-width: 1920px) and (orientation: landscape) {
#stats-vmpooler-running {
width: 1780px;
}
}
</style>
<div class='label'>VMs running tests</div> <div class='label'>VMs running tests</div>
<div id='stats-vmpooler-running' class='module'> <div id='stats-vmpooler-running' class='module'>