2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

adding quick and dirty favicons and touch icons for iOS

This commit is contained in:
Mark Otto
2011-09-13 09:35:43 -07:00
parent bc2ae90e3a
commit 1d50fa77e4
9 changed files with 14 additions and 6 deletions
+5
View File
@@ -30,6 +30,11 @@ html {
a:focus {
outline: thin dotted;
}
// Hover & Active
a:hover,
a:active {
outline: 0;
}
// Display in IE6-9 and FF3
// -------------------------