Files
edx-platform/sass/_help.scss
2012-01-24 10:34:42 -05:00

20 lines
207 B
SCSS

section.help.main-content {
padding: lh();
p {
max-width: 700px;
}
dl {
margin-bottom: lh();
dd, dt {
margin-bottom: lh(.5);
}
dt {
font-weight: bold;
}
}
}