some /faq page layout fixes
This commit is contained in:
parent
a8b1cb66af
commit
3c05f97f9e
|
@ -21,19 +21,13 @@
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul,
|
ul:not(.nav-pills),
|
||||||
ol {
|
ol:not(.nav-pills) {
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* intended only for /faq, /tos, and /privacy */
|
||||||
.container {
|
width: 700px;
|
||||||
@extend .clearfix;
|
padding-left:20px;
|
||||||
width: 960px;
|
|
||||||
margin: 0 auto;
|
|
||||||
padding: 20px 10px;
|
|
||||||
margin-top: -60px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,6 +13,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-pills {
|
.nav-pills {
|
||||||
// margin-left:0px !important; this style affects everything, and it has !important! yuck.
|
|
||||||
font: 13px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
|
font: 13px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue