2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

updated docs and type styles for blockquotes and a few fixes for type

This commit is contained in:
Mark Otto
2011-10-30 20:14:27 -07:00
parent 0218d079ad
commit 3f512adf95
7 changed files with 78 additions and 83 deletions
+7 -1
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: Fri Oct 28 18:37:59 PDT 2011
* Date: Sun Oct 30 20:12:53 PDT 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).
@@ -490,6 +490,12 @@ blockquote small {
blockquote small:before {
content: '\2014 \00A0';
}
blockquote.pull-right {
float: right;
}
blockquote.pull-right p, blockquote.pull-right small {
text-align: right;
}
address {
display: block;
line-height: 18px;