diff options
| author | Mark Otto <[email protected]> | 2013-08-23 14:26:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-23 14:26:40 -0700 |
| commit | ae96cfd909b98398bbe888e87e35f3459d122030 (patch) | |
| tree | dc9204917ab2a1409519536da53568cd75bd29b6 /assets/css/docs.css | |
| parent | 7b0d035dd4cea21bcbd01c3d16764a90e9ce009b (diff) | |
| parent | fab039f29b6f60a0766201256a3439bf4459fdb4 (diff) | |
| download | bootstrap-ae96cfd909b98398bbe888e87e35f3459d122030.tar.xz bootstrap-ae96cfd909b98398bbe888e87e35f3459d122030.zip | |
Merge pull request #9966 from twbs/header-font-size-vars
add variables for heading font sizes; fixes #9921
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index c4551cd16..4654230ce 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -642,7 +642,7 @@ h1[id] { } /* Typography */ -.bs-example-type .table td:last-child { +.bs-example-type .table .info { color: #999; vertical-align: middle; } |
