aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/assets/css/bootstrap.css4
-rw-r--r--less/type.less4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 67db9c112..04d5bc1fd 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -516,12 +516,12 @@ ol ul {
}
.list-unstyled {
- margin-left: 0;
+ padding-left: 0;
list-style: none;
}
.list-inline {
- margin-left: 0;
+ padding-left: 0;
list-style: none;
}
diff --git a/less/type.less b/less/type.less
index c18bfe86e..a74bdaeff 100644
--- a/less/type.less
+++ b/less/type.less
@@ -118,9 +118,9 @@ ol ul {
// List options
-// Unstyled keeps list items block level, just removes list-style
+// Unstyled keeps list items block level, just removes default browser padding and list-style
.list-unstyled {
- margin-left: 0;
+ padding-left: 0;
list-style: none;
}
// Inline turns list items into inline-block