1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-12-26 09:28:49 -05:00

Fix message alignment

This commit is contained in:
Lance Stout 2013-12-16 20:31:15 -08:00
parent 8712c3ab5e
commit 4f86cc56d1
2 changed files with 2 additions and 0 deletions

View File

@ -1060,6 +1060,7 @@ button.secondary:hover:not(:disabled) {
padding: 5px;
border-top: 1px solid #eee;
width: 99%;
vertical-align: top;
}
.messages .message {
font-size: 12px;

View File

@ -169,6 +169,7 @@
padding: 5px
border-top: 1px solid #eee
width: 99%
vertical-align: top
.message
font-size: $font-size-small