diff options
| author | Kevin Smith <git@kismith.co.uk> | 2012-07-15 08:36:44 (GMT) | 
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2012-07-15 08:37:25 (GMT) | 
| commit | b3f5d140e336e042724f2e37796d8ba50570d88c (patch) | |
| tree | 468d23706cdc798ad3a42b949d3791b5e038ccdf | |
| parent | c823cb663c8fa73af96b266aa3d1eedcc0c6ee4a (diff) | |
| download | swift-b3f5d140e336e042724f2e37796d8ba50570d88c.zip swift-b3f5d140e336e042724f2e37796d8ba50570d88c.tar.bz2 | |
Revert previous change to consolidate font settings in CSS.
Seems this was making the alignment odd.
| -rwxr-xr-x | Swift/resources/themes/Default/main.css | 11 | 
1 files changed, 4 insertions, 7 deletions
| 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 { | 
 Swift
 Swift