Skip to content

Commit

Permalink
small css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Aug 21, 2019
1 parent 5827058 commit 595c67c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -20,7 +20,7 @@
<div class="col-md-4 col-sm-12 col-xs-12">
<div class="info-box" wicket:id="infoBox">
<span class="info-box-icon " wicket:id="infoBoxIcon">
<i class="fa "wicket:id="imageId"></i>
<i wicket:id="imageId"></i>
</span>

<div class="info-box-content">
Expand Down
4 changes: 2 additions & 2 deletions gui/admin-gui/src/main/resources/static/css/font-evosome.css
Expand Up @@ -11,7 +11,7 @@

.fe {
display: inline-block;
font: normal normal normal 14px/1 font-evosome !important;
font: normal normal normal 14px/1 font-evosome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
Expand Down Expand Up @@ -103,7 +103,7 @@
margin-left: -1em;
color: rgb(0, 0, 0);
}
.fe-case:before {
.fe-case-object:before {
content: "\e91a";
}
.fe-delegate:before {
Expand Down

0 comments on commit 595c67c

Please sign in to comment.