diff options
| author | Mark Otto <[email protected]> | 2011-09-13 09:35:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-13 09:35:43 -0700 |
| commit | 1d50fa77e43be353d522c19a5b955b7819388fca (patch) | |
| tree | 28d9fdae57121dc6daf4caa03e42c896b17ea646 /lib | |
| parent | bc2ae90e3adde3ddb86c02b353b8c1048cdcef8f (diff) | |
| download | bootstrap-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.less | 5 |
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 // ------------------------- |
