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 /less | |
| 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 'less')
| -rw-r--r-- | less/type.less | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/less/type.less b/less/type.less index 5cb93af0f..b1e323033 100644 --- a/less/type.less +++ b/less/type.less @@ -75,12 +75,6 @@ ol ol, ol ul { margin-bottom: 0; } -ul { - list-style: disc; -} -ol { - list-style: decimal; -} li { line-height: @baseLineHeight; } |
