2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

theme.less file cleanup; fixing blockquotes in wells

This commit is contained in:
Mark Otto
2011-09-11 21:12:55 -07:00
parent c876835a02
commit b77e3e2f30
5 changed files with 20 additions and 5 deletions
+4
View File
@@ -718,6 +718,10 @@ input[type=submit].btn {
border: 1px solid rgba(0,0,0,.05);
.border-radius(4px);
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
blockquote {
border-color: #ddd;
border-color: rgba(0,0,0,.15);
}
}
+2 -2
View File
@@ -19,13 +19,13 @@
// Font face, size, weight, and more
// -------------------------------------
// ---------------------------------
@baseFontSize: 13px; // base font-size
@baseLineHeight: 18px; // base line-height of elements (incrementally increases with font-size)
// Link color
// ---------------
// ----------
@linkColor: #0069d6;
// No need to specify a link hover color because we'll automatically do that for you in Preboot