clearFix so that #monitors actually has a height
This commit is contained in:
parent
a9d4dfac45
commit
445fbb06d6
|
@ -6,6 +6,15 @@
|
|||
width: 99%;
|
||||
}
|
||||
|
||||
#monitors:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
font-size: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#monitors .monitor {
|
||||
min-width: 180px;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue