Sha256: f6f3830d5d4e871b4b6af380d4d25a7797e94b34d490f900bfe5f790fc67aa64

Contents?: true

Size: 1.63 KB

Versions: 3

Compression:

Stored size: 1.63 KB

Contents

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

@import "twitter/bootstrap/responsive";

pre {
    background-color: white;
    border: 0px;
    border-radius: 0px;
    display: block;
    font-size: 10px;
    line-height: 18px;
    margin: 0px;
    padding: 0px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code, pre {
  font-family: Arial;
}

code {
    border-radius: 0px;
    border-width: 0px;
    color: black;
    background-color: white;
    font-size: 10px;
    padding: 0px;
}

.nav a {
  font-size:14px ! important;
}

// 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

3 entries across 3 versions & 1 rubygems

Version Path
rails_info-0.0.3 app/assets/stylesheets/rails_info/bootstrap_and_overrides.css.less
rails_info-0.0.2 app/assets/stylesheets/rails_info/bootstrap_and_overrides.css.less
rails_info-0.0.1 app/assets/stylesheets/rails_info/bootstrap_and_overrides.css.less