aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-17 20:30:40 -0800
committerMark Otto <[email protected]>2013-01-17 20:30:40 -0800
commit5075f4973b8bb926573bb7f45c720ff345e1eb54 (patch)
treeb856c82a6cd127bd39b8a3099c215fe2d1a54591
parentac3c907799848a4be3cd80765e385306491acf43 (diff)
downloadbootstrap-5075f4973b8bb926573bb7f45c720ff345e1eb54.tar.xz
bootstrap-5075f4973b8bb926573bb7f45c720ff345e1eb54.zip
Semibold dat .navbar .brand
-rw-r--r--docs/assets/css/bootstrap.css2
-rw-r--r--less/navbar.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index a625ec51a..1c7bf11bb 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -2977,7 +2977,7 @@ button.close {
display: inline-block;
padding: 7px 15px;
font-size: 18px;
- font-weight: bold;
+ font-weight: 500;
line-height: 20px;
color: #777777;
}
diff --git a/less/navbar.less b/less/navbar.less
index dd714dba5..b2b24edef 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -72,7 +72,7 @@
display: inline-block;
padding: 7px 15px;
font-size: 18px;
- font-weight: bold;
+ font-weight: 500;
line-height: @line-height-base;
color: @navbar-brand-color;
&:hover {