Commit 9b00ed11 by Brian Talbot

docs.edx.org: corrects neat-based grid min value and list-styling mixin

parent 442a7d0d
......@@ -57,5 +57,5 @@ strong {
// reset: lists
.list--actions, .list--docs, .list--steps, .list--controls, .list--fields, .list--help, .nav--wizard, .list--tips, .field--group {
@extend .ui-no-list;
@extend %no-list;
}
......@@ -85,7 +85,7 @@ $f-monospace: 'Bitstream Vera Sans Mono', Consolas, Courier, monospace;
// grid (neat-based)
$max-width: 1280px;
$min-width: 700px;
$min-width: 760px;
$grid-columns: 12;
$gutter: $baseline;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment