app/assets/stylesheets/vision/bootstrap_and_overrides.css.less in vision-0.0.1 vs app/assets/stylesheets/vision/bootstrap_and_overrides.css.less in vision-0.0.2
- old
+ new
@@ -1,62 +1,48 @@
@import "twitter/bootstrap/bootstrap";
@import "twitter/bootstrap/responsive";
+
/*Bootswatch Cosmo Theme*/
-@import 'vision/bootstrap_theme/variables';
-@import 'bootstrap_theme/bootswatch.css';
-@import 'bootstrap_theme/bootstrap.css';
+@import 'vision/cosmo_theme/variables.css.less';
+@import 'vision/cosmo_theme/bootswatch.css.less';
+//@import 'vision/cosmo_theme/bootstrap.css';
// 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: asset-path("fontawesome-webfont.eot");
-//@fontAwesomeWoffPath: asset-path("fontawesome-webfont.woff");
-//@fontAwesomeTtfPath: asset-path("fontawesome-webfont.ttf");
-//@fontAwesomeSvgPath: asset-path("fontawesome-webfont.svg");
+@fontAwesomeEotPath: asset-path("fontawesome-webfont.eot");
+@fontAwesomeEotPath_iefix: asset-path("fontawesome-webfont.eot");
+@fontAwesomeWoffPath: asset-path("fontawesome-webfont.woff");
+@fontAwesomeTtfPath: asset-path("fontawesome-webfont.ttf");
+@fontAwesomeSvgPath: asset-path("fontawesome-webfont.svg");
// Font Awesome
-//@import "fontawesome";
+@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/customize.html#variables for their names and documentation
-//
-// Example:
-// @linkColor: #ff0000;
body { padding-top: 60px; }
.redactor_box{
- .input-xxlarge;
+ .input-xxlarge();
}
-.simple-navigation-active-leaf .active{
- text-decoration: underline;
-}
+.simple-navigation-active-leaf .active{ text-decoration: underline;}
-.nav ul{
- list-style: none;
-}
+.nav ul{ list-style: none;}
-select.date{
- width: 100px;
-}
-
+select.date{ width: 100px;}
textarea{height: 100px;}
-
-
.alert.alert-informer{background: #ccc;}
-.datetime.input-xxlarge{
- width: 80px;
+.datetime.input-xxlarge{ width: 80px;}
+
+a.link-no-decoration{
+ &, &:hover, &:active{text-decoration: none}
+ &.current{color: @orange;}
}