2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

add missing semicolon

This commit is contained in:
Neil Lalonde 2014-10-21 14:57:26 -04:00
parent d501f003ca
commit c330fb7639

View file

@ -3,7 +3,7 @@
// -------------------------------------------------- // --------------------------------------------------
.body-page { .body-page {
margin-top: 20px margin-top: 20px;
margin-left: 15px; margin-left: 15px;
width: 90%; width: 90%;
padding-left: 0; padding-left: 0;