aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.3.0.css
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 /bootstrap-1.3.0.css
parentbc2ae90e3adde3ddb86c02b353b8c1048cdcef8f (diff)
downloadbootstrap-1d50fa77e43be353d522c19a5b955b7819388fca.tar.xz
bootstrap-1d50fa77e43be353d522c19a5b955b7819388fca.zip
adding quick and dirty favicons and touch icons for iOS
Diffstat (limited to 'bootstrap-1.3.0.css')
-rw-r--r--bootstrap-1.3.0.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css
index f7dd9a9e6..a37af5766 100644
--- a/bootstrap-1.3.0.css
+++ b/bootstrap-1.3.0.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Mon Sep 12 22:15:45 PDT 2011
+ * Date: Tue Sep 13 09:06:02 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -94,6 +94,9 @@ html {
a:focus {
outline: thin dotted;
}
+a:hover, a:active {
+ outline: 0;
+}
article,
aside,
details,