Browse Source

docs : responsive styles

pull/14/head
David DeSandro 14 years ago
parent
commit
90fe0b3f4c
  1. 17
      css/style.css

17
css/style.css

@ -385,7 +385,6 @@ body.doc {
border-bottom: 1px dotted;
}
@media screen and (min-width: 768px) {
body.doc {
margin-left: 220px;
@ -405,6 +404,22 @@ body.doc {
margin-top: 0;
}
@media screen and (max-width: 768px) {
body.doc {
margin-left: 0px;
}
.doc nav {
width: auto;
position: relative;
left: auto;
top: auto;
padding-top: 0px;
height: auto;
margin-bottom: 20px;
}
}
/**** Doc page nav ****/

Loading…
Cancel
Save