Skip to content

Commit

Permalink
Missing background-repeat: no-repeat; for icons
Browse files Browse the repository at this point in the history
Some icons are missing `background-repeat: no-repeat;` definitions.
  • Loading branch information
das-peter authored Aug 16, 2018
1 parent fcb4507 commit 32d1064
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/stylesheets/wiking.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
}
.jstb_more {
background-image: url(../images/jstoolbar/bt_more.png);
background-repeat: no-repeat;
}
span.wiking-hidden {
opacity: 0.25;
Expand All @@ -23,10 +24,12 @@ div.wiking.flash {
}
div.wiking.warning {
background-image: url(../images/warning.png);
background-repeat: no-repeat;
color: #863D09;
}
div.wiking.notice {
background-image: url(../images/notice.png);
background-repeat: no-repeat;
background-color: #c5e7f8;
border-color: #759fcf;
color: #00365f;
Expand Down Expand Up @@ -262,6 +265,7 @@ dt.news-comments {
}
#admin-menu a.custom-macros {
background-image: url(../images/macro.png);
background-repeat: no-repeat;
}
.new_wiki_macro ul.argument-syntax, .edit_wiki_macro ul.argument-syntax {
padding-left: 210px;
Expand Down

0 comments on commit 32d1064

Please sign in to comment.