quickfix no. 2 for bootstrap
This commit is contained in:
parent
2534e06bb0
commit
a9ea9c636f
1 changed files with 7 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
@import "legacy_bootstrap_variables";
|
||||
@import "twitter/bootstrap/bootstrap";
|
||||
@import "twitter/bootstrap/responsive";
|
||||
@import "delta_input";
|
||||
|
||||
body {
|
||||
|
@ -11,12 +11,12 @@ body {
|
|||
@iconWhiteSpritePath: image-url('twitter/bootstrap/glyphicons-halflings-white.png');
|
||||
|
||||
// Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines)
|
||||
@fontAwesomeEotPath: asset-url('fontawesome-webfont.eot');
|
||||
@fontAwesomeEotPath_iefix: asset-url('fontawesome-webfont.eot?#iefix');
|
||||
@fontAwesomeWoffPath: asset-url('fontawesome-webfont.woff');
|
||||
@fontAwesomeTtfPath: asset-url('fontawesome-webfont.ttf');
|
||||
@fontAwesomeSvgPath: asset-url('fontawesome-webfont.svg#fontawesomeregular');
|
||||
@import 'fontawesome/font-awesome';
|
||||
// @fontAwesomeEotPath: asset-url('fontawesome-webfont.eot');
|
||||
// @fontAwesomeEotPath_iefix: asset-url('fontawesome-webfont.eot?#iefix');
|
||||
// @fontAwesomeWoffPath: asset-url('fontawesome-webfont.woff');
|
||||
// @fontAwesomeTtfPath: asset-url('fontawesome-webfont.ttf');
|
||||
// @fontAwesomeSvgPath: asset-url('fontawesome-webfont.svg#fontawesomeregular');
|
||||
// @import 'fontawesome/font-awesome';
|
||||
|
||||
// Glyphicons
|
||||
//@import "twitter/bootstrap/sprites.less";
|
||||
|
@ -42,7 +42,6 @@ body {
|
|||
@articleUnusedColor: red;
|
||||
@articleUnavailColor: #999;
|
||||
@articleUpdatedColor: #468847;
|
||||
|
||||
// dim colors by this amount when the information is less important
|
||||
@nonessentialDim: 35%;
|
||||
|
||||
|
|
Loading…
Reference in a new issue