Browse Source

docs : css : .demos #content { height: 100%; }; fixes bug with horizontal layouts

pull/96/head
David DeSandro 14 years ago
parent
commit
df244e1070
  1. 4
      css/style.css

4
css/style.css

@ -400,6 +400,10 @@ body {
margin-left: 210px; margin-left: 210px;
} }
.demos #content {
height: 100%;
}
/**** Docs ****/ /**** Docs ****/
.docs #content { .docs #content {

Loading…
Cancel
Save