From: <dos...@us...> - 2013-04-30 19:58:07
|
Revision: 4565 http://sourceforge.net/p/mp-plugins/code/4565 Author: doskabouter Date: 2013-04-30 19:58:05 +0000 (Tue, 30 Apr 2013) Log Message: ----------- reformatting Modified Paths: -------------- trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/DomHelper.cs Modified: trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/DomHelper.cs =================================================================== --- trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/DomHelper.cs 2013-04-18 21:17:39 UTC (rev 4564) +++ trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/DomHelper.cs 2013-04-30 19:58:05 UTC (rev 4565) @@ -8,7 +8,19 @@ { public class DomHelper { - private const string _spanstyle = "font-family: arial,sans-serif; font-size: 12px ! important; line-height: 130% ! important; border-width: 1px ! important; border-style: solid ! important; -moz-border-radius: 2px 2px 2px 2px ! important; padding: 0px 2px ! important; margin-right: 2px; max-width: 20px; max-height: 10px ! important; overflow: visible ! important; float: none ! important; display: inline;"; + private const string _spanstyle = "font-family: arial,sans-serif; " + + "font-size: 12px ! important; " + + "line-height: 130% ! important; " + + "border-width: 1px ! important; " + + "border-style: solid ! important; " + + "-moz-border-radius: 2px 2px 2px 2px ! important; " + + "padding: 0px 2px ! important; " + + "margin-right: 2px; " + + "max-width: 20px; " + + "max-height: 10px ! important; " + + "overflow: visible ! important; " + + "float: none ! important; " + + "display: inline;"; private const string btwebId = "btweb_id"; public static void AddLinksToPage(GeckoDocument document) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |