Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'less/tests/css-tests.css')
-rw-r--r--less/tests/css-tests.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/less/tests/css-tests.css b/less/tests/css-tests.css
index e0870be449..6001f53aab 100644
--- a/less/tests/css-tests.css
+++ b/less/tests/css-tests.css
@@ -12,9 +12,24 @@ body {
.subhead {
margin-bottom: 36px;
}
-h4 {
+/*h4 {
margin-bottom: 5px;
}
+*/
+
+.type-test {
+ margin-bottom: 20px;
+ padding: 0 20px 20px;
+ background: url(../../docs/assets/img/grid-baseline-20px.png);
+}
+.type-test h1,
+.type-test h2,
+.type-test h3,
+.type-test h4,
+.type-test h5,
+.type-test h6 {
+ background-color: rgba(255,0,0,.2);
+}
/* colgroup tests */