Using puma instead of thin
Updated gems Custom twitter-bootstrap-rails with BS 2.3.2 and FA 3.2.0
This commit is contained in:
+1
-2
@@ -12,7 +12,7 @@ body {
|
||||
|
||||
// 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");
|
||||
@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");
|
||||
@@ -24,4 +24,3 @@ body {
|
||||
//@import "twitter/bootstrap/sprites.less";
|
||||
|
||||
// Override the default bootstrap variables in stubs/variables_overrides.css.less
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
- title t('hello')
|
||||
%h1= t('hello')
|
||||
%h2
|
||||
%i.icon-smile
|
||||
Smile!
|
||||
%h1
|
||||
%i.icon-sun
|
||||
Here comes the sun
|
||||
%p.lead.muted
|
||||
Ruby 2 + Rails 4.0.0.rc2 + Font Awesome 3.1.1
|
||||
Ruby 2 + Rails 4.0.0.rc2 + Bootstrap 2.3.2 + Font Awesome 3.2.0
|
||||
|
||||
Reference in New Issue
Block a user