2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/app/assets/stylesheets/common/base/faqs.scss

33 lines
424 B
SCSS
Raw Normal View History

.body-page {
// Consistent vertical spacing
blockquote,
h1,
h2,
h3,
hr,
p,
pre,
ul,
ol,
table {
margin: 0 0 20px;
2018-01-12 17:27:38 -05:00
font-size: $font-up-1;
line-height: $line-height-large;
}
li {
margin-bottom: 8px;
}
2014-04-30 23:59:24 -07:00
ul:not(.nav-pills),
ol:not(.nav-pills) {
margin-left: 40px;
}
/* intended only for /faq, /guidelines, /tos, and /privacy */
2014-04-30 23:59:24 -07:00
width: 700px;
padding-left:20px;
}