aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-26 21:04:14 -0700
committerMark Otto <[email protected]>2011-10-26 21:04:14 -0700
commite616026d678239104b93cafca9a77ea74a4c0ddf (patch)
treef6b3edc1be288d8ffcdb7023e166f7aef83492b3 /lib
parentb4c0d2a6b2fe1bc92c3635cda71b63ee08a05be4 (diff)
downloadbootstrap-e616026d678239104b93cafca9a77ea74a4c0ddf.tar.xz
bootstrap-e616026d678239104b93cafca9a77ea74a4c0ddf.zip
update to docs to cleanup pagination for smartphones, fix some pagination inconsistencies
Diffstat (limited to 'lib')
-rw-r--r--lib/type.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/type.less b/lib/type.less
index d092b203d..7f8044cd8 100644
--- a/lib/type.less
+++ b/lib/type.less
@@ -149,12 +149,12 @@ blockquote {
border-left: 5px solid #eee;
padding-left: 15px;
p {
- #font > .shorthand(300,14px,@baseLineHeight);
+ #font > .shorthand(300,16px,@baseLineHeight * 1.25);
margin-bottom: 0;
}
small {
display: block;
- #font > .shorthand(300,12px,@baseLineHeight);
+ line-height: @baseLineHeight;
color: @grayLight;
&:before {
content: '\2014 \00A0';