mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 03:11:19 +02:00
nuke commented out unused var
This commit is contained in:
5
docs/assets/css/bootstrap.css
vendored
5
docs/assets/css/bootstrap.css
vendored
@@ -8,11 +8,6 @@
|
|||||||
* Designed and built with all the love in the world by @mdo and @fat.
|
* Designed and built with all the love in the world by @mdo and @fat.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*@padding-large-input: 10px 14px; // 44px
|
|
||||||
// firefox hack since it doesn't accept custom line-height for inputs and automatically sets line-height as font-size + 4 px.
|
|
||||||
// input-large at 18 + 4 = 22, so I tried to compensate on padding.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
|
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
|
||||||
|
|
||||||
article,
|
article,
|
||||||
|
@@ -64,11 +64,6 @@
|
|||||||
@padding-small: 2px 10px; // 26px
|
@padding-small: 2px 10px; // 26px
|
||||||
@padding-mini: 0 6px; // 22px
|
@padding-mini: 0 6px; // 22px
|
||||||
|
|
||||||
/*@padding-large-input: 10px 14px; // 44px
|
|
||||||
// firefox hack since it doesn't accept custom line-height for inputs and automatically sets line-height as font-size + 4 px.
|
|
||||||
// input-large at 18 + 4 = 22, so I tried to compensate on padding.
|
|
||||||
*/
|
|
||||||
|
|
||||||
@border-radius-base: 4px;
|
@border-radius-base: 4px;
|
||||||
@border-radius-large: 6px;
|
@border-radius-large: 6px;
|
||||||
@border-radius-small: 3px;
|
@border-radius-small: 3px;
|
||||||
|
Reference in New Issue
Block a user