aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-17 19:11:41 -0700
committerMark Otto <[email protected]>2012-07-17 19:11:41 -0700
commit478396fd4eaacd505104f44f97e0470409ce433a (patch)
treeb913c7b8c3509de9ab48b84034350237af3f223d /less/type.less
parente20d2dfe9d1f43e164d8fdbef64f4041df70b762 (diff)
downloadbootstrap-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/type.less')
-rw-r--r--less/type.less6
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;
}