Skip to content

Commit 147ccae

Browse files
committed
Add golden-bootstrap.css and golden-bootstrap.min.css
Using Less for better precision in calculations
1 parent 230fe86 commit 147ccae

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

golden-bootstrap.css

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
*/
9+
.col-golden-sm {
10+
float: left;
11+
position: relative;
12+
min-height: 1px;
13+
padding-left: 15px;
14+
padding-right: 15px;
15+
width: 38.196601125010524%;
16+
}
17+
.col-golden-lg {
18+
float: left;
19+
position: relative;
20+
min-height: 1px;
21+
padding-left: 15px;
22+
padding-right: 15px;
23+
width: 61.803398874989476%;
24+
}
25+
.col-golden-offset-sm {
26+
margin-left: 38.196601125010524%;
27+
}
28+
.col-golden-offset-lg {
29+
margin-left: 61.803398874989476%;
30+
}

golden-bootstrap.min.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%}

0 commit comments

Comments
 (0)