Author: mbenson
Date: Wed Oct 21 22:13:42 2009
New Revision: 828233

URL: http://svn.apache.org/viewvc?rev=828233&view=rev
Log:
add new list style to avoid forgotten brs in places where uls are more 
appropriate semantically

Modified:
    ant/core/trunk/docs/manual/stylesheets/style.css

Modified: ant/core/trunk/docs/manual/stylesheets/style.css
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/stylesheets/style.css?rev=828233&r1=828232&r2=828233&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/stylesheets/style.css (original)
+++ ant/core/trunk/docs/manual/stylesheets/style.css Wed Oct 21 22:13:42 2009
@@ -64,3 +64,9 @@
    background: #837A67; 
 }
 
+ul.inlinelist {
+   list-style-type: none;
+   margin-left: 0;
+   padding: 0;
+}
+


Reply via email to