Skip to content

Commit

Permalink
fix #170 image for customs blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
firm1 committed Oct 30, 2016
1 parent d2f63be commit c9c4dbc
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ body {
line-height: 1.9em;
background-color: #F7F7F7;
word-wrap: break-word;

/* WinXaito's Dark */
/*background-color: #3C3F41;
color: #b6b6b6;*/
}

h3{
Expand Down Expand Up @@ -116,28 +112,28 @@ a {
content: " ";
display: block;
background-repeat: no-repeat;
background-image: url("static/images/question.png");
background-image: url("../blockicons/question.png");
}

.error.ico-after::after {
content: " ";
display: block;
background-repeat: no-repeat;
background-image: url("static/images/error.png");
background-image: url("../blockicons/error.png");
}

.warning.ico-after::after {
content: " ";
display: block;
background-repeat: no-repeat;
background-image: url("static/images/warning.png");
background-image: url("../blockicons/warning.png");
}

.information.ico-after::after {
content: " ";
display: block;
background-repeat: no-repeat;
background-image: url("static/images/information.png");
background-image: url("../blockicons/information.png");
}


Expand Down

0 comments on commit c9c4dbc

Please sign in to comment.