diff options
| author | Mark Otto <[email protected]> | 2012-11-30 15:23:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 15:23:13 -0800 |
| commit | 01421ecd62c0f3013f881ad3fcde10769d7328ec (patch) | |
| tree | 7d5620ed6b32b5ce7dc1a9adf96bcbf1443f4377 /less/variables.less | |
| parent | 12a00f62a9a9915479767807ab03ba5ac19a4cef (diff) | |
| download | bootstrap-01421ecd62c0f3013f881ad3fcde10769d7328ec.tar.xz bootstrap-01421ecd62c0f3013f881ad3fcde10769d7328ec.zip | |
remove sprites vars, change zindex vars
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/less/variables.less b/less/variables.less index 5194a67da..dcdecd125 100644 --- a/less/variables.less +++ b/less/variables.less @@ -138,19 +138,12 @@ // ------------------------- // Used for a bird's eye view of components dependent on the z-axis // Try to avoid customizing these :) -@zindexDropdown: 1000; -@zindexPopover: 1010; -@zindexTooltip: 1030; -@zindexFixedNavbar: 1030; -@zindexModalBackdrop: 1040; -@zindexModal: 1050; - - -// Sprite icons path -// ------------------------- -@iconSpritePath: "../img/glyphicons-halflings.png"; -@iconWhiteSpritePath: "../img/glyphicons-halflings-white.png"; - +@zindex-dropdown: 1000; +@zindex-popover: 1010; +@zindex-tooltip: 1030; +@zindex-navbar-fixed: 1030; +@zindex-modal-background: 1040; +@zindex-modal: 1050; // Input placeholder text color // ------------------------- |
