|
1 | 1 | @import "twitter/bootstrap/bootstrap"; |
2 | | -body { |
3 | | - padding-top: 60px; |
| 2 | +body { |
| 3 | + padding-top: 60px; |
4 | 4 | } |
5 | 5 |
|
6 | 6 | @import "twitter/bootstrap/responsive"; |
7 | 7 |
|
8 | 8 | // 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"); |
11 | 11 |
|
12 | 12 | // 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 |
14 | 14 | // 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"); |
19 | 19 |
|
20 | 20 | // Font Awesome |
21 | 21 | @import "fontawesome"; |
22 | 22 |
|
| 23 | +// Glyphicons |
| 24 | +//@import "twitter/bootstrap/sprites.less"; |
| 25 | + |
23 | 26 | // Your custom LESS stylesheets goes here |
24 | 27 | // |
25 | 28 | // Since bootstrap was imported above you have access to its mixins which |
26 | 29 | // you may use and inherit here |
27 | 30 | // |
28 | 31 | // 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 |
30 | 33 | // |
31 | 34 | // Example: |
32 | 35 | // @linkColor: #ff0000; |
0 commit comments