aboutsummaryrefslogtreecommitdiff
path: root/assets/css/docs.css
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-12 17:48:11 -0700
committerChris Rebert <[email protected]>2013-08-12 17:48:11 -0700
commit715e924217003446661ed0e6ff62a0a64ea8a510 (patch)
tree9f796687318f7203d2bd82325960c5190385a306 /assets/css/docs.css
parent4876a3a7162ea2be8b1c316fde1039d22a6b64d3 (diff)
parentf4bb660974699f4336d22385e104347f6bd4dce0 (diff)
downloadbootstrap-715e924217003446661ed0e6ff62a0a64ea8a510.tar.xz
bootstrap-715e924217003446661ed0e6ff62a0a64ea8a510.zip
Merge pull request #9399 from twbs/make-docs-html-more-valid
Make docs HTML more valid
Diffstat (limited to 'assets/css/docs.css')
-rw-r--r--assets/css/docs.css13
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;
+}