From a78b835143eb0b5c302a9ff4eccc99b302bbb598 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 7 Dec 2015 09:24:54 -0800 Subject: grunt --- docs/dist/css/bootstrap.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 119ef984f..f73f89b7e 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -5728,6 +5728,18 @@ button.close { text-transform: capitalize !important; } +.font-normal { + font-weight: normal; +} + +.font-bold { + font-weight: bold; +} + +.font-italic { + font-style: normal; +} + .text-muted { color: #818a91; } -- cgit v1.2.3