Sha256: 27343526681e8a2c37673770530764f5e090dd677aaa2c84d1a15ba84433ba64

Contents?: true

Size: 1.23 KB

Versions: 5

Compression:

Stored size: 1.23 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;

dt, dd {
  display: block;
  float: left;
  margin-top: 20px;
}

dt { clear: both; }
dl { overflow: hidden; }

.dl-horizontal dd {
  margin-left: 30px;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
contour-1.0.0.beta6 app/assets/stylesheets/bootstrap_and_overrides.css.less
contour-1.0.0.beta5 app/assets/stylesheets/bootstrap_and_overrides.css.less
contour-1.0.0.beta4 app/assets/stylesheets/bootstrap_and_overrides.css.less
contour-1.0.0.beta3 app/assets/stylesheets/bootstrap_and_overrides.css.less
contour-1.0.0.beta2 app/assets/stylesheets/bootstrap_and_overrides.css.less