From 6f84bea1c6a6d1e3ba7d16703c1ee33f4efbcd18 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Sat, 3 May 2014 11:28:17 +0200 Subject: [PATCH] addes .strong and .em --- less/01-base.less | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/less/01-base.less b/less/01-base.less index e399da0..14ab2ba 100644 --- a/less/01-base.less +++ b/less/01-base.less @@ -129,12 +129,20 @@ kbd { font-family: @fontstack2; line-height: normal; } -em { +em, +.em { font-style: italic; } -strong { +.no-em { + font-style: normal; +} +strong, +.strong { font-weight: bold; } +.no-strong { + font-weight: normal; +} /* ----------------------------- */ /* == hiding content */