From d5ce1f6ef23f07f94066a359d9c6c664a4c2ec93 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 21 Oct 2009 22:13:42 +0000 Subject: [PATCH] add new list style to avoid forgotten brs in places where uls are more appropriate semantically git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@828233 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/stylesheets/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/manual/stylesheets/style.css b/docs/manual/stylesheets/style.css index 8d07f6533..cf26c60c3 100644 --- a/docs/manual/stylesheets/style.css +++ b/docs/manual/stylesheets/style.css @@ -64,3 +64,9 @@ pre { background: #837A67; } +ul.inlinelist { + list-style-type: none; + margin-left: 0; + padding: 0; +} +