From 15412a756c262dddca7aa1ecc40ec9a44d8dc814 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 28 May 2011 02:11:30 -0700 Subject: [PATCH] Strong tags in the docs should be bold. --- doc-src/content/stylesheets/partials/_typography.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc-src/content/stylesheets/partials/_typography.scss b/doc-src/content/stylesheets/partials/_typography.scss index fe85f130..3e70c53a 100644 --- a/doc-src/content/stylesheets/partials/_typography.scss +++ b/doc-src/content/stylesheets/partials/_typography.scss @@ -29,7 +29,8 @@ ul { list-style: none; margin-bottom: 1em;} h2 { line-height: 1.3em; margin-top: 0; padding-top: 3px;} } -em { font-style: italic; } +em { font-style: italic; } +strong { font-weight: bold; } #page > article { ul ul { padding-left: 1em; }