|
From: <dos...@us...> - 2013-04-30 19:59:51
|
Revision: 4566
http://sourceforge.net/p/mp-plugins/code/4566
Author: doskabouter
Date: 2013-04-30 19:59:48 +0000 (Tue, 30 Apr 2013)
Log Message:
-----------
- fixed missing round corners at link-numbers
- improved placement of link-numbers
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-30 19:58:05 UTC (rev 4565)
+++ trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/DomHelper.cs 2013-04-30 19:59:48 UTC (rev 4566)
@@ -13,13 +13,16 @@
"line-height: 130% ! important; " +
"border-width: 1px ! important; " +
"border-style: solid ! important; " +
- "-moz-border-radius: 2px 2px 2px 2px ! important; " +
+ "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; " +
+ "position: relative !important; " +
+ "top: 0; " +
+ "left: 0; " +
"display: inline;";
private const string btwebId = "btweb_id";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|