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/08/31 02:46:02 UTC

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

Author: humbedooh
Date: Sat Aug 31 02:46:02 2019
New Revision: 1866177

URL: http://svn.apache.org/viewvc?rev=1866177&view=rev
Log:
pin box sizing for green divs

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=1866177&r1=1866176&r2=1866177&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css Sat Aug 31 02:46:02 2019
@@ -66,6 +66,7 @@
     background-color: #afa3;
 	width: 100%;
 	display: inline-block;
+	box-sizing: content-box !important;
 }