From 70a3b60f04a9177dd6b7a8f788439dde01698238 Mon Sep 17 00:00:00 2001 From: joshua stein Date: Thu, 5 Nov 2015 11:55:27 -0600 Subject: [PATCH] embolden story description character --- app/assets/stylesheets/application.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 3de6ff1..e60c03b 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -508,6 +508,12 @@ li .link a { text-decoration: none; } +li.story .description_present { + font-weight: bold; + color: gray; + padding-left: 0.25em; +} + li.story a.tag { vertical-align: middle; }