From b3f5d140e336e042724f2e37796d8ba50570d88c Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Sun, 15 Jul 2012 09:36:44 +0100 Subject: Revert previous change to consolidate font settings in CSS. Seems this was making the alignment odd. diff --git a/Swift/resources/themes/Default/main.css b/Swift/resources/themes/Default/main.css index b099381..d2d4b57 100755 --- a/Swift/resources/themes/Default/main.css +++ b/Swift/resources/themes/Default/main.css @@ -50,8 +50,7 @@ position:relative; left:60px; margin:5px 0 0 0; - font-weight: bold; - font-size: 16px; + font: bold 16px "DejaVu Sans", "Myriad Pro", Myriad, "Lucida Grande", "Trebuchet MS", Arial, "Droid Sans", sans-serif; overflow:hide; } @@ -59,8 +58,7 @@ position:relative; left:60px; color:#6d6d6d; - font-weight: bold; - font-size: 10px; + font: bold 10px "DejaVu Sans", "Myriad Pro", Myriad, "Lucida Grande", "Trebuchet MS", Arial, "Droid Sans", sans-serif; } body { @@ -70,13 +68,12 @@ body { } .status_container { - font-weight: bold; - font-size: 10px; + font: bold 10px "DejaVu Sans", "Myriad Pro", Myriad, "Lucida Grande", "Trebuchet MS", Arial, "Droid Sans", sans-serif; } body { - font-family: "DejaVu Sans", "Myriad Pro", Myriad, "Lucida Grande", "Trebuchet MS", Arial, "Droid Sans", sans-serif; +/* font-family: "DejaVu Sans", "Myriad Pro", Myriad, "Lucida Grande", "Trebuchet MS", Arial, "Droid Sans", sans-serif;*/ } .followUp { -- cgit v0.10.2-6-g49f6