From c858ab03420d2f65d58b11c3bf9ab524ddb8c170 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Thu, 26 Apr 2012 10:07:19 -0400 Subject: [PATCH] Added some slight text modification for amplifier --- static/css/application.css | 3 ++- templates/sass/courseware/_amplifier.scss | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/application.css b/static/css/application.css index 5bc5ea84d4..e76b936ab1 100644 --- a/static/css/application.css +++ b/static/css/application.css @@ -3968,7 +3968,8 @@ section.tool-wrapper div#controlls-container label { border-radius: 2px; font-weight: bold; padding: 3px; - color: #fff; } + color: #fff; + -webkit-font-smoothing: antialiased; } section.tool-wrapper div#controlls-container label[for="vinCheckbox"], section.tool-wrapper div#controlls-container label[for="vinRadioButton"] { color: #409fbf; } section.tool-wrapper div#controlls-container label[for="voutCheckbox"], section.tool-wrapper div#controlls-container label[for="voutRadioButton"] { diff --git a/templates/sass/courseware/_amplifier.scss b/templates/sass/courseware/_amplifier.scss index 1c7946b97d..0bc9161374 100644 --- a/templates/sass/courseware/_amplifier.scss +++ b/templates/sass/courseware/_amplifier.scss @@ -105,6 +105,7 @@ section.tool-wrapper { font-weight: bold; padding: 3px; color: #fff; + -webkit-font-smoothing: antialiased; } //MOSFET AMPLIFIER