You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2019/09/01 01:26:41 UTC

svn commit: r1866228 - /comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css

Author: humbedooh
Date: Sun Sep  1 01:26:41 2019
New Revision: 1866228

URL: http://svn.apache.org/viewvc?rev=1866228&view=rev
Log:
fix box-sizing issue in FF

Modified:
    comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css

Modified: comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css?rev=1866228&r1=1866227&r2=1866228&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css Sun Sep  1 01:26:41 2019
@@ -42,6 +42,7 @@
 	border-style: solid;
 	background: none transparent !important;
 	caret-color: black;
+    box-sizing: content-box;
 }
 
 .hwt-content mark {