fixed missing ;

This commit is contained in:
Petr Skoda 2010-09-18 12:11:10 +00:00
parent b21f73c254
commit c5e5df54a6

View File

@ -24,7 +24,7 @@
.mdl-chat-entry , .mdl-chat-my-entry {
margin: 1em auto;
border: 1px solid #938F5A
border: 1px solid #938F5A;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-left-radius:6px;