diff options
| author | Mark Otto <[email protected]> | 2012-11-04 12:39:27 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-04 12:39:27 -0800 |
| commit | 22d1506d2325f432dfd35c8380b06f19b8f74441 (patch) | |
| tree | db71fa69019780c79a0bd164ea249468066ec725 /less | |
| parent | 28da31218fc5dc39ece625705c37b8c86d494801 (diff) | |
| download | bootstrap-22d1506d2325f432dfd35c8380b06f19b8f74441.tar.xz bootstrap-22d1506d2325f432dfd35c8380b06f19b8f74441.zip | |
remove margin on .inline lists
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less index 0d5b9c37e..683a30772 100644 --- a/less/type.less +++ b/less/type.less @@ -117,6 +117,7 @@ ol.unstyled { // Single-line list items ul.inline, ol.inline { + margin-left: 0; list-style: none; & > li { display: inline-block; |
