2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

update to docs to cleanup pagination for smartphones, fix some pagination inconsistencies

This commit is contained in:
Mark Otto
2011-10-26 21:04:14 -07:00
parent b4c0d2a6b2
commit e616026d67
5 changed files with 37 additions and 24 deletions
+3 -5
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: Sat Oct 22 22:49:01 PDT 2011
* Date: Wed Oct 26 21:03:54 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).
@@ -479,15 +479,13 @@ blockquote {
padding-left: 15px;
}
blockquote p {
font-size: 14px;
font-size: 16px;
font-weight: 300;
line-height: 18px;
line-height: 22.5px;
margin-bottom: 0;
}
blockquote small {
display: block;
font-size: 12px;
font-weight: 300;
line-height: 18px;
color: #bfbfbf;
}