Merge branch 'master' into like-login-prompt

This commit is contained in:
Kim Gardner
2016-12-04 00:48:50 -05:00
committed by GitHub
5 changed files with 19 additions and 13 deletions
+4 -2
View File
@@ -56,12 +56,14 @@ hr {
/* Info Box Styles */
.coral-plugin-infobox-info {
position: fixed;
top: 0;
border: 0;
background: rgb(105,105,105);
color: white;
border-radius: 2px;
width: 100%;
text-align: center;
padding: 10px;
margin-bottom: 10px;
font-weight: bold;
display: block;
}