diff options
| author | Mark Otto <[email protected]> | 2012-07-17 19:11:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-17 19:11:41 -0700 |
| commit | 478396fd4eaacd505104f44f97e0470409ce433a (patch) | |
| tree | b913c7b8c3509de9ab48b84034350237af3f223d /docs/assets/css/bootstrap.css | |
| parent | e20d2dfe9d1f43e164d8fdbef64f4041df70b762 (diff) | |
| download | bootstrap-478396fd4eaacd505104f44f97e0470409ce433a.tar.xz bootstrap-478396fd4eaacd505104f44f97e0470409ce433a.zip | |
remove list-type declarations from ul and ol elements since those should just use browser defaults
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 0040d4d0f..3e79f9410 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -649,14 +649,6 @@ ol ul { margin-bottom: 0; } -ul { - list-style: disc; -} - -ol { - list-style: decimal; -} - li { line-height: 20px; } |
