From 7154e378b241f753491c1aaf4aba310b7f0f179d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Mar 2012 17:53:17 -0700 Subject: [PATCH] use variable for navbar text line-height --- docs/assets/bootstrap.zip | Bin 55119 -> 55119 bytes docs/base-css.html | 4 ++-- docs/components.html | 4 ++-- docs/download.html | 4 ++-- docs/examples.html | 4 ++-- docs/index.html | 4 ++-- docs/javascript.html | 4 ++-- docs/less.html | 4 ++-- docs/scaffolding.html | 4 ++-- docs/upgrading.html | 4 ++-- less/navbar.less | 2 +- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index ed0de7504fa243b0c2ac3310a9de7ad9d78f3996..8ebb10d4b1e7855dc46dadf652d9a3a4f4aa02e0 100644 GIT binary patch delta 467 zcmX@Vj`{pLW}X0VW)?065Lnzdkw=m3lSi!oSC7dLuLyI&B$o6|3{YkJ0+*QB$H4>? zn_&wU`{J?jb~`6fU~&qVBUEJbYOa6mAfeSlMr@yf8b5h#ek_z}0uu6bHv_Bs?6JAa zeWxK4(AoeQ{>9j24;l)AZr%)P42C920IF9#I?#w0gzB&mn}?aN>{Z2)6%}l zg0ofFzM{Esa>Q%{sIxcs&5lw8se84@1gdVc%HAoWAk%hT(r5Yv^06$?d6TZnOjf%r z&h!N&AU=8DRW^{D<1TxniJZFZk0xSu#ewNFimusLTp(&>f!0jAY7DUjVkpqwkgI`c oBFCBo$fL++ZyW3HXgm4g6=5zUi2zkL2e`z8ch0*)2F*1#CCO z=^(8@!HC%gP{GZ8v!fJ2La+9iz=TxxP7wu}w(F8UlRe1CvOwOXt1^?-E{iicfCR)R z@4LzdQWAIB8(9Qs&Z*1(Oklg - - + + diff --git a/docs/components.html b/docs/components.html index 4e7519071073..1d06036081a9 100644 --- a/docs/components.html +++ b/docs/components.html @@ -20,9 +20,9 @@ - - + + diff --git a/docs/download.html b/docs/download.html index 1b489e916459..efee3ce7acd8 100644 --- a/docs/download.html +++ b/docs/download.html @@ -20,9 +20,9 @@ - - + + diff --git a/docs/examples.html b/docs/examples.html index 84051511dcb5..947f635b1a32 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -20,9 +20,9 @@ - - + + diff --git a/docs/index.html b/docs/index.html index b86554a4cf80..1b0b0e9d5858 100644 --- a/docs/index.html +++ b/docs/index.html @@ -20,9 +20,9 @@ - - + + diff --git a/docs/javascript.html b/docs/javascript.html index d1c9db0a7bbc..a90562767e32 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -20,9 +20,9 @@ - - + + diff --git a/docs/less.html b/docs/less.html index b24a4334ad6c..f8e4d9b33fbe 100644 --- a/docs/less.html +++ b/docs/less.html @@ -20,9 +20,9 @@ - - + + diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 33bd7b2804dd..29491c118bfd 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -20,9 +20,9 @@ - - + + diff --git a/docs/upgrading.html b/docs/upgrading.html index e2ece9522aeb..01dd02aeecd3 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -20,9 +20,9 @@ - - + + diff --git a/less/navbar.less b/less/navbar.less index fbac53f38314..8d0822473e1b 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -75,7 +75,7 @@ // Plain text in topbar .navbar-text { margin-bottom: 0; - line-height: 40px; + line-height: @navbarHeight; } // Buttons in navbar .btn,