Custom CSS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 219: | Line 219: | ||
.colorbody-he .b24-offer-cal , .colorbody-he .b24-offer-summary, .colorbody-he .b24-offer-slider { | .colorbody-he .b24-offer-cal , .colorbody-he .b24-offer-summary, .colorbody-he .b24-offer-slider { | ||
float: right; | float: right; | ||
} | |||
</code> | |||
=== Change colors of warnings=== | |||
<code>.alert-danger { | |||
color: #7e7602; | |||
background-color: #fcf8bd; | |||
border-color: #fcf8bd; | |||
} | } | ||
</code> | </code> | ||