-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
117 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ | |
// | ||
//= require jquery | ||
//= require jquery_ujs | ||
//= require twitter/bootstrap | ||
//= require_tree . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
jQuery -> | ||
$("a[rel=popover]").popover() | ||
$(".tooltip").tooltip() | ||
$("a[rel=tooltip]").tooltip() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
@import "twitter/bootstrap/bootstrap"; | ||
body { padding-top: 10px; } | ||
|
||
@import "twitter/bootstrap/responsive"; | ||
|
||
// Set the correct sprite paths | ||
@iconSpritePath: asset-path('twitter/bootstrap/glyphicons-halflings.png'); | ||
@iconWhiteSpritePath: asset-path('twitter/bootstrap/glyphicons-halflings-white.png'); | ||
|
||
// Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines) | ||
@fontAwesomeEotPath: asset-path('fontawesome-webfont.eot'); | ||
@fontAwesomeWoffPath: asset-path('fontawesome-webfont.woff'); | ||
@fontAwesomeTtfPath: asset-path('fontawesome-webfont.ttf'); | ||
@fontAwesomeSvgzPath: asset-path('fontawesome-webfont.svgz'); | ||
@fontAwesomeSvgPath: asset-path('fontawesome-webfont.svg'); | ||
|
||
// Font Awesome | ||
@import "fontawesome"; | ||
|
||
// Your custom LESS stylesheets goes here | ||
// | ||
// Since bootstrap was imported above you have access to its mixins which | ||
// you may use and inherit here | ||
// | ||
// If you'd like to override bootstrap's own variables, you can do so here as well | ||
// See http://twitter.github.com/bootstrap/less.html for their names and documentation | ||
// | ||
// Example: | ||
// @linkColor: #ff0000; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters