1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

Removed unused CSS class ".icon-details" (#24578).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@16080 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-12-16 08:02:43 +00:00
parent 5ca079192d
commit af7ba4ad53

View File

@ -1231,7 +1231,6 @@ div.wiki img {vertical-align:middle; max-width:100%;}
.icon-lock, .icon-locked { background-image: url(../images/locked.png); }
.icon-unlock { background-image: url(../images/unlock.png); }
.icon-checked { background-image: url(../images/toggle_check.png); }
.icon-details { background-image: url(../images/zoom_in.png); }
.icon-report { background-image: url(../images/report.png); }
.icon-comment, .icon-comments { background-image: url(../images/comment.png); }
.icon-summary { background-image: url(../images/lightning.png); }