summaryrefslogtreecommitdiffstats
path: root/css/page.css
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-01-13 03:36:44 -0600
committerBlueRaja <BlueRaja.admin@gmail.com>2013-01-13 03:36:44 -0600
commitdd06f9f378dcae2bd12109f644c614721bf60bd4 (patch)
tree75941796a49ac26d132ccea11885f8d2cbaa4d27 /css/page.css
parent062d17b2721757801bee90764d36384d18f1e4b1 (diff)
downloadpathery-dd06f9f378dcae2bd12109f644c614721bf60bd4.tar.xz
Added a fix for IE to remove the border around the social-buttons.
Diffstat (limited to 'css/page.css')
-rw-r--r--css/page.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/page.css b/css/page.css
index 13884dd..db32892 100644
--- a/css/page.css
+++ b/css/page.css
@@ -124,6 +124,7 @@ a:hover {
-o-transition:color 0s ease-out;
-moz-transition:color 0s ease-out;
}
+a img {border: none;} /* IE specific: remove outline around image links */
.buttons a {
margin: 1px;