aboutsummaryrefslogtreecommitdiff
path: root/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-12 21:34:55 -0700
committerMark Otto <[email protected]>2013-08-12 21:34:55 -0700
commit80eb09cc1b1db0e7899039f67adf78f0b14ac9a5 (patch)
tree7bbfd5e26396c20bd0fecfc5f6aa17eb0a51d019 /assets/css/docs.css
parent8bb7def26cac4d3166fbf2cc98f16c4151794676 (diff)
parent49576704ea6c24fbc4cb32f44c5986a1e7714634 (diff)
downloadbootstrap-80eb09cc1b1db0e7899039f67adf78f0b14ac9a5.tar.xz
bootstrap-80eb09cc1b1db0e7899039f67adf78f0b14ac9a5.zip
Merge branch '3.0.0-wip' into bs3_navbar_overhaul
Conflicts: components.html dist/css/bootstrap.min.css
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 eda80dfd4..de9cf1873 100644
--- a/assets/css/docs.css
+++ b/assets/css/docs.css
@@ -416,17 +416,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,
@@ -709,6 +707,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;
+}