OSDN Git Service

発言詳細部のスタイルの調整
authorEgtra <yusuke.ichinohe@gmail.com>
Tue, 17 Apr 2012 14:19:50 +0000 (23:19 +0900)
committerEgtra <yusuke.ichinohe@gmail.com>
Tue, 17 Apr 2012 14:21:20 +0000 (23:21 +0900)
OpenTween/Tween.cs

index 5687247..4ec2eba 100644 (file)
@@ -76,8 +76,8 @@ namespace OpenTween
         private const string detailHtmlFormatMono6 = ");\"><pre>";
         private const string detailHtmlFormatMono7 = "</pre></body></html>";
         private const string detailHtmlFormat1 = "<html><head><meta http-equiv=\"X-UA-Compatible\" content=\"IE=10;IE=9;IE=8\"><style type=\"text/css\"><!-- p {font-family: \"";
-        private const string detailHtmlFormat6 = ");\"><p>";
-        private const string detailHtmlFormat7 = "</p></body></html>";
+        private const string detailHtmlFormat6 = ");\"><p><span style=\"vertical-align:text-bottom\">";
+        private const string detailHtmlFormat7 = "</span></p></body></html>";
         private string detailHtmlFormatHeader;
         private string detailHtmlFormatFooter;
         private bool _myStatusError = false;