diff options
| author | 2013-04-24 22:14:49 +0200 | |
|---|---|---|
| committer | 2013-04-24 22:14:49 +0200 | |
| commit | a6982216253d1356621916bb2b7734320fedec0d (patch) | |
| tree | 0d27b1011413e47e99605cfd686b5022f3bf17a0 /public/theme/global.css | |
| parent | 7b75289a294a0f4865e8d5b9564b6583f5d01aec (diff) | |
Fix issue #55 : affichage des tags associƩs aux articles
Diffstat (limited to 'public/theme/global.css')
| -rw-r--r-- | public/theme/global.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/theme/global.css b/public/theme/global.css index 84fbca3cb..d619c4e99 100644 --- a/public/theme/global.css +++ b/public/theme/global.css @@ -511,3 +511,7 @@ input, select, textarea { background-image: url("icons/share.png"); background-image: url("icons/share.svg"); } + .icon.i_tag { + background-image: url("icons/tag.png"); + background-image: url("icons/tag.svg"); + } |
