aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-13 09:35:43 -0700
committerMark Otto <[email protected]>2011-09-13 09:35:43 -0700
commit1d50fa77e43be353d522c19a5b955b7819388fca (patch)
tree28d9fdae57121dc6daf4caa03e42c896b17ea646 /lib
parentbc2ae90e3adde3ddb86c02b353b8c1048cdcef8f (diff)
downloadbootstrap-1d50fa77e43be353d522c19a5b955b7819388fca.tar.xz
bootstrap-1d50fa77e43be353d522c19a5b955b7819388fca.zip
adding quick and dirty favicons and touch icons for iOS
Diffstat (limited to 'lib')
-rw-r--r--lib/reset.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/reset.less b/lib/reset.less
index 9e2c6befe..6be76fdba 100644
--- a/lib/reset.less
+++ b/lib/reset.less
@@ -30,6 +30,11 @@ html {
a:focus {
outline: thin dotted;
}
+// Hover & Active
+a:hover,
+a:active {
+ outline: 0;
+}
// Display in IE6-9 and FF3
// -------------------------