Author: danielsh
Date: Wed Aug 16 21:03:42 2017
New Revision: 1805242

URL: http://svn.apache.org/viewvc?rev=1805242&view=rev
Log:
Follow-up to r1805241:

* style/site.css
  (.notice, span.notice): Override .notice's margins on <span/> elements, to
    avoid whitespace between the parentheses added in r1805241 and the yellow
    box inside them.

Modified:
    subversion/site/publish/style/site.css

Modified: subversion/site/publish/style/site.css
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/style/site.css?rev=1805242&r1=1805241&r2=1805242&view=diff
==============================================================================
--- subversion/site/publish/style/site.css (original)
+++ subversion/site/publish/style/site.css Wed Aug 16 21:03:42 2017
@@ -188,6 +188,9 @@ h4 {
   border-color: black;
   border-width: 1px 2px 2px 1px;
 }
+span.notice {
+  margin: 0.5em 0em;
+}
 .todo {
   background: url('/images/todo.png') no-repeat;
   padding: 3px 30px;


Reply via email to