Default theme: removed unused styles and comments

This commit is contained in:
Sahat Yalkabov
2014-04-17 03:53:15 -04:00
parent 94f4fa8b66
commit b294ee9739

View File

@@ -1,5 +1,3 @@
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,300,700,800);
// Brand Colors // Brand Colors
// ------------------------- // -------------------------
@@ -9,9 +7,6 @@
@brand-danger: #de4b33; @brand-danger: #de4b33;
@brand-info: #5bc0dd; @brand-info: #5bc0dd;
// Typography
// -------------------------
// Buttons // Buttons
// ------------------------- // -------------------------
@@ -30,14 +25,14 @@
} }
} }
.btn-default, .btn-default:focus {
background-image: linear-gradient(to bottom, #ffffff 60%, #f8f8f8 100%);
}
.btn-link { .btn-link {
box-shadow: none; box-shadow: none;
} }
.btn-default, .btn-default:focus {
background-image: linear-gradient(to bottom, #ffffff 60%, #f8f8f8 100%);
}
// Forms // Forms
// ------------------------- // -------------------------