From 4eb32d7482023bab793d9b8ca75b2d3b0ecce8cb Mon Sep 17 00:00:00 2001 From: spx Date: Sun, 17 May 2015 16:08:34 +0900 Subject: [PATCH] =?utf8?q?=E5=BC=95=E7=94=A8=E3=83=84=E3=82=A4=E3=83=BC?= =?utf8?q?=E3=83=88=E5=86=85=E3=81=AE=E7=B5=B5=E6=96=87=E5=AD=97=E7=94=BB?= =?utf8?q?=E5=83=8F=E3=81=AB=E4=BB=98=E3=81=8F=E6=9E=A0=E7=B7=9A=E3=82=92?= =?utf8?q?=E9=99=A4=E5=8E=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- OpenTween/Tween.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenTween/Tween.cs b/OpenTween/Tween.cs index e88bb0cd..618ec1e0 100644 --- a/OpenTween/Tween.cs +++ b/OpenTween/Tween.cs @@ -78,7 +78,7 @@ namespace OpenTween + "body, p, pre {margin: 0;} " + "pre {font-family: \"%FONT_FAMILY%\", sans-serif; font-size: %FONT_SIZE%pt; background-color:rgb(%BG_COLOR%); word-wrap: break-word; color:rgb(%FONT_COLOR%);} " + "a:link, a:visited, a:active, a:hover {color:rgb(%LINK_COLOR%); } " - + "img.emoji {width: 1em; height: 1em; margin: 0 .05em 0 .1em; vertical-align: -0.1em;} " + + "img.emoji {width: 1em; height: 1em; margin: 0 .05em 0 .1em; vertical-align: -0.1em; border: none;} " + ".quote-tweet {border: 1px solid #ccc; margin: 1em; padding: 0.5em;} " + ".quote-tweet-link {color: inherit !important; text-decoration: none;}" + "-->" @@ -90,7 +90,7 @@ namespace OpenTween + "body, p, pre {margin: 0;} " + "body {font-family: \"%FONT_FAMILY%\", sans-serif; font-size: %FONT_SIZE%pt; background-color:rgb(%BG_COLOR%); margin: 0; word-wrap: break-word; color:rgb(%FONT_COLOR%);} " + "a:link, a:visited, a:active, a:hover {color:rgb(%LINK_COLOR%); } " - + "img.emoji {width: 1em; height: 1em; margin: 0 .05em 0 .1em; vertical-align: -0.1em;} " + + "img.emoji {width: 1em; height: 1em; margin: 0 .05em 0 .1em; vertical-align: -0.1em; border: none;} " + ".quote-tweet {border: 1px solid #ccc; margin: 1em; padding: 0.5em;} " + ".quote-tweet-link {color: inherit !important; text-decoration: none;}" + "-->" -- 2.11.0