Sha256: 09a2c45958e95844fec35534c0f7a88adbe269137cf01edbdb9b2380eef374d8
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
@import "twitter/bootstrap/bootstrap"; body { padding-top: 60px; } @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;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
common-content-0.0.5 | app/assets/stylesheets/bootstrap_and_overrides.css.less |