aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-24 01:29:19 -0800
committerMark Otto <[email protected]>2013-02-24 01:29:19 -0800
commite1bb94c38370fd2542415557c660d0804d4f42b1 (patch)
treebbb2fd7517115d16986ad8eb31bef0dfb112c616 /docs/assets/css/docs.css
parentc6343a9d4a3445ab04a71761fae1f484cc6b9ec3 (diff)
downloadbootstrap-e1bb94c38370fd2542415557c660d0804d4f42b1.tar.xz
bootstrap-e1bb94c38370fd2542415557c660d0804d4f42b1.zip
try out new table-based type example
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index e1caaceb7..50f3cb800 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -243,6 +243,31 @@ section > ul li {
margin-bottom: 0;
}
+/* Typography */
+.bs-docs-example-type .table td {
+ color: #999;
+ vertical-align: middle;
+ border-color: ;
+}
+.bs-docs-example-type .table td,
+.bs-docs-example-type .table th {
+ padding: 15px 0;
+ border-color: #eee;
+}
+.bs-docs-example-type .table tr:first-child td,
+.bs-docs-example-type .table tr:first-child th {
+ border-top: 0;
+}
+.bs-docs-example-type h1,
+.bs-docs-example-type h2,
+.bs-docs-example-type h3,
+.bs-docs-example-type h4,
+.bs-docs-example-type h5,
+.bs-docs-example-type h6 {
+ margin: 0;
+}
+
+
/* Navbar examples */
.bs-navbar-top-example,
.bs-navbar-bottom-example {