mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 10:13:38 +08:00
19 lines
491 B
SCSS
19 lines
491 B
SCSS
// --------------------------------------------------
|
|
// FAQs
|
|
// --------------------------------------------------
|
|
|
|
// Base
|
|
// --------------------------------------------------
|
|
|
|
.body-page {
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
margin: 20px 15px;
|
|
}
|
|
|
|
.nav-pills {
|
|
// margin-left:0px !important; this style affects everything, and it has !important! yuck.
|
|
font: 13px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
}
|