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/17 08:19:59 UTC

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

Author: humbedooh
Date: Sat Aug 17 08:19:59 2019
New Revision: 1865339

URL: http://svn.apache.org/viewvc?rev=1865339&view=rev
Log:
fix margin

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=1865339&r1=1865338&r2=1865339&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 17 08:19:59 2019
@@ -71,7 +71,8 @@
 .hwt-content mark.classified {
     background-color: #3335 !important;
 	width: 100%;
-	font-weight: bold;
+	margin-left: -2px;
+	margin-right: -2px;
 	display: inline-block;
 	visibility: visible;
 }