diff options
| author | Mark Otto <[email protected]> | 2014-07-13 23:33:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-13 23:33:54 -0700 |
| commit | 3e896193abb3e529abd9260ebfc60d284071c4f3 (patch) | |
| tree | 37f588a3e503ba97471f7d32c4a1848956e9173a /less/buttons.less | |
| parent | b831dc06afdc65930436d4fb4e47307d01a1ef3e (diff) | |
| download | bootstrap-3e896193abb3e529abd9260ebfc60d284071c4f3.tar.xz bootstrap-3e896193abb3e529abd9260ebfc60d284071c4f3.zip | |
new navbar ideas
Diffstat (limited to 'less/buttons.less')
| -rw-r--r-- | less/buttons.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less index 2132c0868..1cd48a056 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -15,7 +15,7 @@ touch-action: manipulation; cursor: pointer; background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214 - border: 1px solid transparent; + border: @border-width solid transparent; white-space: nowrap; .button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @border-radius-base); user-select: none; |
