aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-12 10:19:07 -0800
committerMark Otto <[email protected]>2012-01-12 10:19:07 -0800
commit5e3c21133430112bf8361827dc7a6a29f3f56c72 (patch)
tree5ba07bc2c9eedcd3ecd0446de7a23e324e8f2057 /bootstrap.css
parent620d987f9f4a6e5d7bcf270159aea10e01d32a35 (diff)
downloadbootstrap-5e3c21133430112bf8361827dc7a6a29f3f56c72.tar.xz
bootstrap-5e3c21133430112bf8361827dc7a6a29f3f56c72.zip
fix type shorthand in blockquote
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 1250507b5..59cec1cd6 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -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: Wed Jan 11 21:59:22 PST 2012
+ * Date: Thu Jan 12 10:18:57 PST 2012
*/
html, body {
margin: 0;
@@ -459,8 +459,8 @@ blockquote {
}
blockquote p {
margin-bottom: 0;
- font-size: 300;
- font-weight: 16px;
+ font-size: 16px;
+ font-weight: 300;
line-height: 22.5px;
}
blockquote small {