2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Fixes #11206: remove left padding on first inline list item

This commit is contained in:
Mark Otto
2013-10-26 14:13:34 +01:00
parent 0c714c32f9
commit 4cfe307abe
3 changed files with 11 additions and 1 deletions
+4
View File
@@ -610,6 +610,10 @@ ol ol {
padding-left: 5px;
}
.list-inline > li:first-child {
padding-left: 0;
}
dl {
margin-bottom: 20px;
}