aboutsummaryrefslogtreecommitdiff
path: root/lib/patterns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-09 00:02:47 -0700
committerMark Otto <[email protected]>2011-09-09 00:02:47 -0700
commit1d4e345ec1d9afce1f2d4cce8334a3bf6789eced (patch)
tree11857507e2590de86c89987f44fe96c921f40678 /lib/patterns.less
parent3a99b98ad9ef1d7bfbcfbe4311147562ffefc4e6 (diff)
downloadbootstrap-1d4e345ec1d9afce1f2d4cce8334a3bf6789eced.tar.xz
bootstrap-1d4e345ec1d9afce1f2d4cce8334a3bf6789eced.zip
bug fixing
Diffstat (limited to 'lib/patterns.less')
-rw-r--r--lib/patterns.less11
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index e76cbd475..f308e5ebf 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -491,7 +491,7 @@ footer {
padding: 5px 14px 6px;
text-shadow: 0 1px 1px rgba(255,255,255,.75);
color: #333;
- font-size: 13px;
+ font-size: @basefont;
line-height: normal;
border: 1px solid #ccc;
border-bottom-color: #bbb;
@@ -505,6 +505,11 @@ footer {
text-decoration: none;
}
+ // Focus state for keyboard and accessibility
+ &:focus {
+ outline: 1px dotted #666;
+ }
+
// Primary Button Type
&.primary {
color:#fff;
@@ -538,14 +543,14 @@ footer {
// Button Sizes
&.large {
- font-size: 16px;
+ font-size: @basefont + 2px;
line-height: normal;
padding: 9px 14px 9px;
.border-radius(6px);
}
&.small {
padding: 7px 9px 7px;
- font-size: 11px;
+ font-size: @basefont - 2px;
}
}
// Super jank hack for removing border-radius from IE9 so we can keep filter gradients on alerts and buttons