Skip to content

Commit d757ba8

Browse files
author
Pietro Donatini
committed
from bootstrap:install less
1 parent 826b433 commit d757ba8

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed
Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
11
@import "twitter/bootstrap/bootstrap";
2-
body {
3-
padding-top: 60px;
2+
body {
3+
padding-top: 60px;
44
}
55

66
@import "twitter/bootstrap/responsive";
77

88
// Set the correct sprite paths
9-
@iconSpritePath: asset-path('twitter/bootstrap/glyphicons-halflings.png');
10-
@iconWhiteSpritePath: asset-path('twitter/bootstrap/glyphicons-halflings-white.png');
9+
@iconSpritePath: asset-path("twitter/bootstrap/glyphicons-halflings.png");
10+
@iconWhiteSpritePath: asset-path("twitter/bootstrap/glyphicons-halflings-white.png");
1111

1212
// Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines)
13-
// Note: If you use asset_path() here, your compiled boostrap_and_overrides.css will not
13+
// Note: If you use asset_path() here, your compiled bootstrap_and_overrides.css will not
1414
// have the proper paths. So for now we use the absolute path.
15-
@fontAwesomeEotPath: '/assets/fontawesome-webfont.eot';
16-
@fontAwesomeWoffPath: '/assets/fontawesome-webfont.woff';
17-
@fontAwesomeTtfPath: '/assets/fontawesome-webfont.ttf';
18-
@fontAwesomeSvgPath: '/assets/fontawesome-webfont.svg';
15+
@fontAwesomeEotPath: asset-path("fontawesome-webfont.eot?v=3.0.2");
16+
@fontAwesomeEotPath_iefix: asset-path("fontawesome-webfont.eot?#iefix&v=3.0.2");
17+
@fontAwesomeWoffPath: asset-path("fontawesome-webfont.woff?v=3.0.2");
18+
@fontAwesomeTtfPath: asset-path("fontawesome-webfont.ttf?v=3.0.2");
1919

2020
// Font Awesome
2121
@import "fontawesome";
2222

23+
// Glyphicons
24+
//@import "twitter/bootstrap/sprites.less";
25+
2326
// Your custom LESS stylesheets goes here
2427
//
2528
// Since bootstrap was imported above you have access to its mixins which
2629
// you may use and inherit here
2730
//
2831
// If you'd like to override bootstrap's own variables, you can do so here as well
29-
// See http://twitter.github.com/bootstrap/less.html for their names and documentation
32+
// See http://twitter.github.com/bootstrap/customize.html#variables for their names and documentation
3033
//
3134
// Example:
3235
// @linkColor: #ff0000;

0 commit comments

Comments
 (0)