contour 1.0.0.beta6 → 1.0.0.beta7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,42 +0,0 @@
1
- @import "twitter/bootstrap/bootstrap";
2
- body { padding-top: 60px; }
3
-
4
- @import "twitter/bootstrap/responsive";
5
-
6
- // Set the correct sprite paths
7
- @iconSpritePath: asset-path('twitter/bootstrap/glyphicons-halflings.png');
8
- @iconWhiteSpritePath: asset-path('twitter/bootstrap/glyphicons-halflings-white.png');
9
-
10
- // Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines)
11
- @fontAwesomeEotPath: asset-path('fontawesome-webfont.eot');
12
- @fontAwesomeWoffPath: asset-path('fontawesome-webfont.woff');
13
- @fontAwesomeTtfPath: asset-path('fontawesome-webfont.ttf');
14
- @fontAwesomeSvgzPath: asset-path('fontawesome-webfont.svgz');
15
- @fontAwesomeSvgPath: asset-path('fontawesome-webfont.svg');
16
-
17
- // Font Awesome
18
- @import "fontawesome";
19
-
20
- // Your custom LESS stylesheets goes here
21
- //
22
- // Since bootstrap was imported above you have access to its mixins which
23
- // you may use and inherit here
24
- //
25
- // If you'd like to override bootstrap's own variables, you can do so here as well
26
- // See http://twitter.github.com/bootstrap/less.html for their names and documentation
27
- //
28
- // Example:
29
- // @linkColor: #ff0000;
30
-
31
- dt, dd {
32
- display: block;
33
- float: left;
34
- margin-top: 20px;
35
- }
36
-
37
- dt { clear: both; }
38
- dl { overflow: hidden; }
39
-
40
- .dl-horizontal dd {
41
- margin-left: 30px;
42
- }