From b83c659915add59d0f0552474ab55f39fe471d52 Mon Sep 17 00:00:00 2001 From: Gabriel Luethje Date: Fri, 6 Feb 2015 16:23:37 -0700 Subject: [PATCH] Remove duplicate CSS rules for `small` - refs #694 --- sass/typography/_copy.scss | 4 ---- style.css | 4 ---- 2 files changed, 8 deletions(-) diff --git a/sass/typography/_copy.scss b/sass/typography/_copy.scss index a0120382..eb03271b 100644 --- a/sass/typography/_copy.scss +++ b/sass/typography/_copy.scss @@ -44,10 +44,6 @@ mark, ins { text-decoration: none; } -small { - font-size: 75%; -} - big { font-size: 125%; } \ No newline at end of file diff --git a/style.css b/style.css index aa050dc7..aaa1c7c7 100644 --- a/style.css +++ b/style.css @@ -342,10 +342,6 @@ ins { text-decoration: none; } -small { - font-size: 75%; -} - big { font-size: 125%; }