From 2269fcbb8a136a38bdb72a184cc8209050d118ad Mon Sep 17 00:00:00 2001 From: onyxserpent Date: Thu, 9 Oct 2014 20:25:00 -0700 Subject: [PATCH] Reverting font weight changes --- app/assets/stylesheets/themes/default/components/_lists.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/themes/default/components/_lists.scss b/app/assets/stylesheets/themes/default/components/_lists.scss index ce22bfb..370267a 100644 --- a/app/assets/stylesheets/themes/default/components/_lists.scss +++ b/app/assets/stylesheets/themes/default/components/_lists.scss @@ -21,7 +21,7 @@ dl { margin-bottom: $base-line-height / 2; dt { - font-weight: 400; + font-weight: bold; margin-top: $base-line-height / 2; }