From 5075f4973b8bb926573bb7f45c720ff345e1eb54 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Jan 2013 20:30:40 -0800 Subject: [PATCH] Semibold dat .navbar .brand --- docs/assets/css/bootstrap.css | 2 +- less/navbar.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index a625ec51ac..1c7bf11bbf 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 dd714dba5e..b2b24edefb 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 {