diff options
| author | 2012-11-05 19:54:24 +0100 | |
|---|---|---|
| committer | 2012-11-05 19:54:24 +0100 | |
| commit | 33e47c5ac4cb622b51b0b23c7cad03d91ca1e26c (patch) | |
| tree | fbf2d7b29b0b8bf0f0d452f518c7defd1935a139 /public/theme/base.css | |
| parent | 1949c870239a9934dd00a2f2e2cba0c6c3aa2f85 (diff) | |
Fix issue #12 : images-liens n'ont plus de bordure
Diffstat (limited to 'public/theme/base.css')
| -rw-r--r-- | public/theme/base.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/theme/base.css b/public/theme/base.css index 41ecca310..fa9c8fc72 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -33,6 +33,9 @@ img { max-width: 100%; vertical-align: middle; } + a img { + border: none; + } /* FORMULAIRES */ form { |
