diff options
author | Richard Maudsley <richard.maudsley@isode.com> | 2014-03-13 13:51:09 (GMT) |
---|---|---|
committer | Richard Maudsley <richard.maudsley@isode.com> | 2014-03-13 13:51:09 (GMT) |
commit | 2bb017cbe8825d9e4b319ab747e23afe73d106bd (patch) | |
tree | e5cd2214f0669a7956f257b8f7425f92ffb0ef2d /Swift/resources | |
parent | 0e17d9322793e8baf7ef6904dc96f388e79fd82e (diff) | |
download | swift-2bb017cbe8825d9e4b319ab747e23afe73d106bd.zip swift-2bb017cbe8825d9e4b319ab747e23afe73d106bd.tar.bz2 |
Set chat font back to sans-serif font.
Change-Id: I3a31aac0641bf0e2f4865906b5a3fe59f46cabf4
Diffstat (limited to 'Swift/resources')
-rwxr-xr-x | Swift/resources/themes/Default/main.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Swift/resources/themes/Default/main.css b/Swift/resources/themes/Default/main.css index 25bd5bc..afca281 100755 --- a/Swift/resources/themes/Default/main.css +++ b/Swift/resources/themes/Default/main.css @@ -50,7 +50,6 @@ position:relative; left:60px; margin:5px 0 0 0; - font: bold 16px "DejaVu Sans", "Myriad Pro", Myriad, "Lucida Grande", "Trebuchet MS", Arial, "Droid Sans", sans-serif; overflow:hide; } @@ -58,7 +57,6 @@ position:relative; left:60px; color:#6d6d6d; - font: bold 10px "DejaVu Sans", "Myriad Pro", Myriad, "Lucida Grande", "Trebuchet MS", Arial, "Droid Sans", sans-serif; } body { @@ -68,12 +66,11 @@ body { } .status_container { - 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 { @@ -129,7 +126,6 @@ body { } .tableBubble .timeStamp { - margin:2px; margin-left:7px; text-align:right; float:right; |