Sha256: 581b6ad7dfddae26fd5b4fc00f62a7fec234f73d4470c7dd4c29904e30b0e4f3

Contents?: true

Size: 1.18 KB

Versions: 6

Compression:

Stored size: 1.18 KB

Contents

@import "twitter/bootstrap/bootstrap";
body { 
	padding-top: 60px;
	padding-left: 20px;
}

@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)
// Note: If you use asset_path() here, your compiled boostrap_and_overrides.css will not 
//       have the proper paths. So for now we use the absolute path.
@fontAwesomeEotPath: '/assets/fontawesome-webfont.eot';
@fontAwesomeWoffPath: '/assets/fontawesome-webfont.woff';
@fontAwesomeTtfPath: '/assets/fontawesome-webfont.ttf';
@fontAwesomeSvgPath: '/assets/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

6 entries across 6 versions & 3 rubygems

Version Path
apposs_ldap_adapter-0.1.0 test/dummy/app/assets/stylesheets/bootstrap_and_overrides.css.less
customize_admin-0.0.13 app/assets/stylesheets/customize_admin/bootstrap_and_overrides.css.less
customize_admin-0.0.12 app/assets/stylesheets/customize_admin/bootstrap_and_overrides.css.less
customize_admin-0.0.11 app/assets/stylesheets/customize_admin/bootstrap_and_overrides.css.less
twitter-bootstrap-rails-2.1.0 lib/generators/bootstrap/install/templates/bootstrap_and_overrides.less
twitter-bootstrap-rails-2.0.9 lib/generators/bootstrap/install/templates/bootstrap_and_overrides.less