Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #142 from bem/background
Browse files Browse the repository at this point in the history
html-reporter: Add background texture
  • Loading branch information
Sergej Tatarincev committed Apr 9, 2015
2 parents edee6ec + eacf8bb commit bb587e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/reporters/html/report.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@

.image-box {
padding: 5px;
background: #f6f5f3;
border: 1px solid #ccc;
background-image: url("data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 70 70" xmlns="http://www.w3.org/2000/svg"><path fill="#cecece" d="m0 0h35c0 11.67 0 23.33 0 35-11.67 0-23.33 0-35 0v-35"/><g fill="#fff"><path d="m35 0h35v35c-11.67 0-23.33 0-35 0 0-11.67 0-23.33 0-35"/><path d="m0 35c11.67 0 23.33 0 35 0 0 11.67 0 23.33 0 35h-35v-35"/></g><path fill="#cecece" d="m35 35c11.67 0 23.33 0 35 0v35h-35c0-11.67 0-23.33 0-35"/></svg>
");
}

.image-box__image {
Expand Down

0 comments on commit bb587e3

Please sign in to comment.