Commit aece255a714ec33c2e251d57b3f3a90222d245a3
1 parent
0c659a63
Exists in
master
and in
28 other branches
ActionItem928: no borders on images inside links
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
public/stylesheets/common.css
@@ -110,6 +110,10 @@ div#profile-disabled { | @@ -110,6 +110,10 @@ div#profile-disabled { | ||
110 | font-size: 10px; | 110 | font-size: 10px; |
111 | } | 111 | } |
112 | 112 | ||
113 | +a img { | ||
114 | + border: none; | ||
115 | +} | ||
116 | + | ||
113 | /*********************************************************/ | 117 | /*********************************************************/ |
114 | 118 | ||
115 | 119 |