diff options
| author | Mark Otto <[email protected]> | 2013-08-23 14:22:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-23 14:22:51 -0700 |
| commit | 2b37d2b5333c0b10d5be53865a1a153d5ac4a4b5 (patch) | |
| tree | 1264a6c24977979c09302032c5d0badad6c3ca6b /assets/css/docs.css | |
| parent | 310642d5acd3b6c3f80f758c854b12a2de4cdeb6 (diff) | |
| download | bootstrap-2b37d2b5333c0b10d5be53865a1a153d5ac4a4b5.tar.xz bootstrap-2b37d2b5333c0b10d5be53865a1a153d5ac4a4b5.zip | |
Update and document use of `small` in headings
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; } |
