diff options
| author | Mark Otto <[email protected]> | 2013-06-17 13:47:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-17 14:21:16 -0700 |
| commit | 84c0dc13babffe781fff96611b526f5fb58ff9dd (patch) | |
| tree | 17153345152ecc28aeb145918491aec17bd73a6a | |
| parent | 731cbb302e3df670c15c46d277c39d0746d73a3d (diff) | |
| download | bootstrap-84c0dc13babffe781fff96611b526f5fb58ff9dd.tar.xz bootstrap-84c0dc13babffe781fff96611b526f5fb58ff9dd.zip | |
Remove explicit, unncessary `line-height` on `li` elements
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 | ||||
| -rw-r--r-- | less/type.less | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 6266bb1d7..67db9c112 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -515,10 +515,6 @@ ol ul { margin-bottom: 0; } -li { - line-height: 1.428571429; -} - .list-unstyled { margin-left: 0; list-style: none; diff --git a/less/type.less b/less/type.less index d62e2a2ac..c18bfe86e 100644 --- a/less/type.less +++ b/less/type.less @@ -115,9 +115,6 @@ ol ol, ol ul { margin-bottom: 0; } -li { - line-height: @line-height-base; -} // List options |
