Skip to content

Commit 230fe86

Browse files
committed
Overhaul tests
1 parent ad36d66 commit 230fe86

File tree

4 files changed

+624
-2258
lines changed

4 files changed

+624
-2258
lines changed

Diff for: tests/assets/css/golden-bootstrap.css

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*!
2+
* Golden Bootstrap v3.1
3+
*
4+
* Licensed under the Apache License v2.0
5+
*
6+
* A quick project by Philippe Dionne (http://phildionne.com)
7+
* Much love to @mdo, @fat and every collaborators to Bootstrap
8+
*/.col-golden-sm{float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px;width:38.196601125010524%}.col-golden-lg{float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px;width:61.803398874989476%}.col-golden-offset-sm{margin-left:38.196601125010524%}.col-golden-offset-lg{margin-left:61.803398874989476%}

Diff for: tests/assets/css/tests.css

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.show-grid [class*="col"] {
2+
border: 1px solid red;
3+
background-color: #DDD;
4+
}
5+
}
6+
7+
.show-grid .col-golden-sm { background-color: #EEE; }
8+
.show-grid .col-golden-lg { background-color: #CCC; }

0 commit comments

Comments
 (0)