X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/c5d48f6ea92e43f07182d20ebe693692b4330437..c49bd887561c4ee07feef7e6e8d25b6a3f15b5b7:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 9139066..01cd7c0 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -28,6 +28,11 @@ table, caption, tbody, tfoot, thead, tr, th, td { vertical-align: baseline; } +body { + font-size: 11px; + font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; +} + /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: separate; @@ -71,7 +76,7 @@ h2, h3 { #footer { font-size: 11px; - font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif; + font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 40px; text-align: center; }