Skip to content

Commit

Permalink
Merge pull request #500 from scireum/dhe/well-link-color
Browse files Browse the repository at this point in the history
Improves the design of infobox wells
  • Loading branch information
andyHa authored Oct 1, 2018
2 parents 9e776c4 + b292d98 commit 1e5b162
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// Base class
.well {
background-color: $white;
color: $textColor;
border: 1px solid $borderColor;
border-radius: $baseBorderRadius;
-webkit-box-shadow: none;
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/default/taglib/w/infobox.html.pasta
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<div class="well-colorbox" style="background-color: @color">&nbsp;</div>
</i:if>
<i:if test="isFilled(title)">
<span class="legend">@title</span>
<span class="legend word-wrap">@title</span>
</i:if>

<i:render name="body" />
</div>
</div>
</div>

0 comments on commit 1e5b162

Please sign in to comment.