2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

updated font mixins courtesy of @apancutt

This commit is contained in:
Mark Otto
2011-11-17 00:37:14 -08:00
parent 5abb4b3200
commit 160970560b
3 changed files with 31 additions and 26 deletions
+7 -7
View File
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Thu Nov 17 00:05:35 PST 2011
* Date: Thu Nov 17 00:36:27 PST 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -477,8 +477,8 @@ blockquote {
padding-left: 15px;
}
blockquote p {
font-size: 16px;
font-weight: 300;
font-size: 300;
font-weight: 16px;
line-height: 22.5px;
margin-bottom: 0;
}
@@ -550,8 +550,8 @@ input,
select,
textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: normal;
font-size: normal;
font-weight: 13px;
line-height: 18px;
}
label {
@@ -1209,8 +1209,8 @@ table .headerSortUp.purple, table .headerSortDown.purple {
background-color: #444;
background-color: rgba(255, 255, 255, 0.3);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: normal;
font-weight: 13px;
font-size: 13px;
font-weight: normal;
line-height: 1;
padding: 4px 9px;
color: #ffffff;