Commit 731cbb30 authored by Mark Otto's avatar Mark Otto
Browse files

Better base `ul` and `ol` styles

Turns out we were nixing the default browser spacing for bullets and
numbers, so this reverts that and instead just twerks the top/bottom
`margin`.
parent 5f3f73c6
5 merge requests!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch
Showing with 4 additions and 4 deletions
+4 -4
......@@ -504,8 +504,8 @@ h4 small,
ul,
ol {
padding: 0;
margin: 0 0 10px 25px;
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
......
......@@ -106,8 +106,8 @@ h4 small, .h4 small { font-size: @font-size-base; }
// Unordered and Ordered lists
ul,
ol {
padding: 0;
margin: 0 0 (@line-height-computed / 2) 25px;
margin-top: 0;
margin-bottom: (@line-height-computed / 2);
}
ul ul,
ul ol,
......
Supports Markdown
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