diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 06ecfd22a..0e7a8ac91 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1218,6 +1218,7 @@ div.wiki img {vertical-align:middle; max-width:100%;} .icon-list { background-image: url(../images/text_list_bullets.png); } .icon-close { background-image: url(../images/close.png); } .icon-close:hover { background-image: url(../images/close_hl.png); } +.icon-settings { background-image: url(../images/changeset.png); } .icon-file { background-image: url(../images/files/default.png); } .icon-file.text-plain { background-image: url(../images/files/text.png); } @@ -1242,7 +1243,7 @@ div.wiki img {vertical-align:middle; max-width:100%;} .sort-handle.ajax-loading { background-image: url(../images/loading.gif); } tr.ui-sortable-helper { border:1px solid #e4e4e4; } -.contextual>.icon:not(:first-child), .buttons>.icon:not(:first-child) { margin-left: 5px; } +.contextual>*:not(:first-child), .buttons>.icon:not(:first-child) { margin-left: 5px; } img.gravatar { vertical-align: middle; |