From fddd33b37db3b6bdfc15da45bbabc95f3d8ba7dc Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sun, 11 Mar 2012 16:16:08 +0100 Subject: [PATCH] Italicize proper thing --- app/assets/stylesheets/asciicasts.css.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/asciicasts.css.scss b/app/assets/stylesheets/asciicasts.css.scss index 9ff1e7e..309d7fd 100644 --- a/app/assets/stylesheets/asciicasts.css.scss +++ b/app/assets/stylesheets/asciicasts.css.scss @@ -26,10 +26,6 @@ .player { margin-bottom: 40px; } - - .description { - font-style: italic; - } } .asciicast-preview { @@ -39,4 +35,8 @@ font-size: 14px; font-weight: normal; } + + .description { + font-style: italic; + } }