chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb5f2f5
)
css: avoid IE doing ugly things where it shouldn't.
author
Vladimír Vondruš
<mosra@centrum.cz>
Fri, 15 Sep 2017 18:47:01 +0000
(20:47 +0200)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Wed, 11 Oct 2017 19:54:40 +0000
(21:54 +0200)
css/m-components.css
patch
|
blob
|
history
diff --git
a/css/m-components.css
b/css/m-components.css
index c0d0c8b1c268f4aca4ff1eb679e90dbe33d24e3b..51a30f41ca4e285fa5c3a41e772a806705c94d3a 100644
(file)
--- a/
css/m-components.css
+++ b/
css/m-components.css
@@
-77,6
+77,7
@@
a {
a:hover, a:focus, a:active {
color: var(--link-active-color);
}
+a img { border: 0; } /* Why you so special, IE?! */
mark {
padding: 0.0625rem;
background-color: var(--mark-background-color);