aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-23 01:31:22 -0700
committerMark Otto <[email protected]>2012-03-23 01:31:22 -0700
commit5179df1928e82670a2f16ce414a42f1008c6d652 (patch)
tree393bea41bb6aff9bd1161aad493e70cd5532c094 /docs
parentde7aee246591f0be9ee58079175b42af7f5a6947 (diff)
downloadbootstrap-5179df1928e82670a2f16ce414a42f1008c6d652.tar.xz
bootstrap-5179df1928e82670a2f16ce414a42f1008c6d652.zip
css tests cleanup
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin55760 -> 55760 bytes
-rw-r--r--docs/css-tests.html31
-rw-r--r--docs/templates/pages/css-tests.mustache31
3 files changed, 38 insertions, 24 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 6262fbb6c..8b7459387 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/css-tests.html b/docs/css-tests.html
index 6dcec9798..081b27a57 100644
--- a/docs/css-tests.html
+++ b/docs/css-tests.html
@@ -75,18 +75,25 @@
<div class="container">
<style>
-body {
- background-image: none;
-}
-.col1 {
- background-color: rgba(255,0,0,.1);
-}
-.col2 {
- background-color: rgba(0,255,0,.1);
-}
-.col3 {
- background-color: rgba(0,0,255,.1);
-}
+ /* nuke background */
+ body {
+ background-image: none;
+ }
+ /* space out subhead */
+ .subhead {
+ margin-bottom: 36px;
+ }
+
+ /* colgroup tests */
+ .col1 {
+ background-color: rgba(255,0,0,.1);
+ }
+ .col2 {
+ background-color: rgba(0,255,0,.1);
+ }
+ .col3 {
+ background-color: rgba(0,0,255,.1);
+ }
</style>
<!-- Masthead
diff --git a/docs/templates/pages/css-tests.mustache b/docs/templates/pages/css-tests.mustache
index cde7484dc..6f460569d 100644
--- a/docs/templates/pages/css-tests.mustache
+++ b/docs/templates/pages/css-tests.mustache
@@ -1,16 +1,23 @@
<style>
-body {
- background-image: none;
-}
-.col1 {
- background-color: rgba(255,0,0,.1);
-}
-.col2 {
- background-color: rgba(0,255,0,.1);
-}
-.col3 {
- background-color: rgba(0,0,255,.1);
-}
+ /* nuke background */
+ body {
+ background-image: none;
+ }
+ /* space out subhead */
+ .subhead {
+ margin-bottom: 36px;
+ }
+
+ /* colgroup tests */
+ .col1 {
+ background-color: rgba(255,0,0,.1);
+ }
+ .col2 {
+ background-color: rgba(0,255,0,.1);
+ }
+ .col3 {
+ background-color: rgba(0,0,255,.1);
+ }
</style>
<!-- Masthead