From 7c19863d90c4d8023e369ed3729b2b6840b87654 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 22 Mar 2014 15:17:37 -0700 Subject: [PATCH] 5px not 5 --- app/assets/stylesheets/embed.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/embed.css.scss b/app/assets/stylesheets/embed.css.scss index d15f7d5e361..ff1b6e0adb7 100644 --- a/app/assets/stylesheets/embed.css.scss +++ b/app/assets/stylesheets/embed.css.scss @@ -49,7 +49,7 @@ article.post { text-align: center; color: #0088cc; font-size: 13px; - margin: 5 0 0 0; + margin: 5px 0 0 0; word-wrap: break-word; a.staff {