Styling for site message

This commit is contained in:
perryharlock
2013-11-18 09:12:19 +00:00
parent b996f2694b
commit 9b67e8298b
3 changed files with 9 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -104,6 +104,11 @@
text-decoration: none;
}
}
.site-message {
.glyphicon {
margin-right:6px;
}
}
/* Type */
.h1 {

View File

@@ -2,8 +2,9 @@
{{#if siteMessage}}
<div class="col-md-12 clearfix">
<div class="alert alert-info">
<p>{{siteMessage}}</p>
<div class="alert alert-info site-message">
<h3 class="crunch-top"><span class="pull-left glyphicon glyphicon-exclamation-sign"></span> Important</h3>
<p class="h5">{{siteMessage}}</p>
</div>
</div>
{{/if}}