adding quick and dirty favicons and touch icons for iOS
This commit is contained in:
parent
bc2ae90e3a
commit
1d50fa77e4
9 changed files with 14 additions and 6 deletions
|
|
@ -30,6 +30,11 @@ html {
|
|||
a:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
// Hover & Active
|
||||
a:hover,
|
||||
a:active {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
// Display in IE6-9 and FF3
|
||||
// -------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue