diff options
| author | XhmikosR <[email protected]> | 2013-12-06 12:42:21 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2013-12-07 04:52:20 +0200 |
| commit | f4087df47e6347a2f28b44a18914cfebf1cc3a9c (patch) | |
| tree | 97785b4acc37d1e9e3a257fb82e79e5b1ab6daa4 /less | |
| parent | 4be126e0142556805b59cb5a62d33c4a3fd2b8d4 (diff) | |
| download | bootstrap-f4087df47e6347a2f28b44a18914cfebf1cc3a9c.tar.xz bootstrap-f4087df47e6347a2f28b44a18914cfebf1cc3a9c.zip | |
Remove incompatible properties.
Diffstat (limited to 'less')
| -rw-r--r-- | less/forms.less | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/less/forms.less b/less/forms.less index dc425ecc1..81840d158 100644 --- a/less/forms.less +++ b/less/forms.less @@ -89,7 +89,6 @@ output { font-size: @font-size-base; line-height: @line-height-base; color: @input-color; - vertical-align: middle; } @@ -123,7 +122,6 @@ output { font-size: @font-size-base; line-height: @line-height-base; color: @input-color; - vertical-align: middle; background-color: @input-bg; background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214 border: 1px solid @input-border; @@ -179,10 +177,8 @@ output { margin-top: 10px; margin-bottom: 10px; padding-left: 20px; - vertical-align: middle; label { display: inline; - margin-bottom: 0; font-weight: normal; cursor: pointer; } |
