From: Mike Frysinger Date: Sat, 15 Mar 2014 19:23:50 +0000 (-0400) Subject: use sans serif fonts in popup X-Git-Tag: v2.3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;ds=sidebyside;h=refs%2Ftags%2Fv2.3;p=chrome-ext%2Fweb-power-switch.git use sans serif fonts in popup --- diff --git a/popup.html b/popup.html index fa89f3e..eb0dd49 100644 --- a/popup.html +++ b/popup.html @@ -15,6 +15,8 @@ table#buttons { body { margin: 0px; padding: 0px; + font-family: Arial, sans-serif; + font-size: smaller; } td { white-space: nowrap;