mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Revert "@media queries make the world go 'round"
This reverts commit e730b41a03.
This commit is contained in:
parent
d9e8fc9647
commit
e0ac8c735f
1 changed files with 0 additions and 20 deletions
|
|
@ -12,26 +12,6 @@
|
|||
|
||||
<!-- 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 id='stats-vmpooler-running' class='module'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue