diff options
author | P. J. McDermott <pjm@nac.net> | 2012-05-27 01:06:38 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-05-27 01:06:38 (EDT) |
commit | dfde8a3b675cc3a578eeea4541179ef5e03f6ff3 (patch) | |
tree | a4d9043731329fe8dfedd4119b3bb9f46e944509 | |
parent | c734d51de506884c392ca6fd935a6f04e7c32daa (diff) |
Fix font size units.
-rw-r--r-- | main.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ header .logo a { display: block; padding: 0px 0px 0px 70px; height: 64px; - font-size: 16px; + font-size: 16pt; font-weight: bold; line-height: 64px; text-decoration: none; |