diff options
| author | Jake Buob <[email protected]> | 2013-09-13 15:39:27 -0400 |
|---|---|---|
| committer | Jake Buob <[email protected]> | 2013-09-13 15:57:10 -0400 |
| commit | 2381ab088bda18b4fa3fa041cc3f42ae4c959502 (patch) | |
| tree | 7b07716518fd5354e2d6bfa7226df585e8f218bc | |
| parent | 4d4976fdcc3f2e88408a7993854a7cfbafd0c6ec (diff) | |
| download | bootstrap-2381ab088bda18b4fa3fa041cc3f42ae4c959502.tar.xz bootstrap-2381ab088bda18b4fa3fa041cc3f42ae4c959502.zip | |
Add nav-pills-border-radius variable
| -rw-r--r-- | less/navs.less | 2 | ||||
| -rw-r--r-- | less/variables.less | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/less/navs.less b/less/navs.less index 4c514fd1a..e60f9f8f0 100644 --- a/less/navs.less +++ b/less/navs.less @@ -120,7 +120,7 @@ // Links rendered as pills > a { - border-radius: @border-radius-base; + border-radius: @nav-pills-border-radius; } + li { margin-left: 2px; diff --git a/less/variables.less b/less/variables.less index b84584395..1a998b946 100644 --- a/less/variables.less +++ b/less/variables.less @@ -336,6 +336,7 @@ @nav-tabs-justified-active-link-border-color: @body-bg; // Pills +@nav-pills-border-radius: @border-radius-base; @nav-pills-active-link-hover-bg: @component-active-bg; @nav-pills-active-link-hover-color: @component-active-color; |
