diff options
| author | Mark Otto <[email protected]> | 2013-06-17 13:35:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-17 14:21:16 -0700 |
| commit | 731cbb302e3df670c15c46d277c39d0746d73a3d (patch) | |
| tree | ad430da2bc2abb2ce38c217461ee424fc21a95b6 /docs/assets/css/bootstrap.css | |
| parent | 5f3f73c6206acfb7d893aa3a8d26642723b8837d (diff) | |
| download | bootstrap-731cbb302e3df670c15c46d277c39d0746d73a3d.tar.xz bootstrap-731cbb302e3df670c15c46d277c39d0746d73a3d.zip | |
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`.
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 9d19d3c81..6266bb1d7 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -504,8 +504,8 @@ h4 small, ul, ol { - padding: 0; - margin: 0 0 10px 25px; + margin-top: 0; + margin-bottom: 10px; } ul ul, |
