diff options
| author | Mark Otto <[email protected]> | 2013-08-12 21:23:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 21:23:53 -0700 |
| commit | 0b338b0dc76fa3cf321c9a509e892bad41fd626b (patch) | |
| tree | 9306d8846a5e0bdf646f607fd1b9141913701584 /assets/css/docs.css | |
| parent | eac61de138278aa1c0d70dfed7a9515c714b6ad9 (diff) | |
| parent | 715e924217003446661ed0e6ff62a0a64ea8a510 (diff) | |
| download | bootstrap-0b338b0dc76fa3cf321c9a509e892bad41fd626b.tar.xz bootstrap-0b338b0dc76fa3cf321c9a509e892bad41fd626b.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 196fe1f2c..bc50c5d41 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -414,17 +414,15 @@ body { } /* Typography */ -.bs-example-type .table td { +.bs-example-type .table td:last-child { color: #999; vertical-align: middle; } -.bs-example-type .table td, -.bs-example-type .table th { +.bs-example-type .table td { padding: 15px 0; border-color: #eee; } -.bs-example-type .table tr:first-child td, -.bs-example-type .table tr:first-child th { +.bs-example-type .table tr:first-child td { border-top: 0; } .bs-example-type h1, @@ -707,6 +705,11 @@ body { .bs-social-buttons .twitter-share-button { width: 98px !important; } +/* Style the GitHub buttons via CSS instead of inline attributes */ +.github-btn { + border: 0; + overflow: hidden; +} |
