Browse Source

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
master
Matthew Jason Benson 15 years ago
parent
commit
d5ce1f6ef2
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      docs/manual/stylesheets/style.css

+ 6
- 0
docs/manual/stylesheets/style.css View File

@@ -64,3 +64,9 @@ pre {
background: #837A67;
}

ul.inlinelist {
list-style-type: none;
margin-left: 0;
padding: 0;
}


Loading…
Cancel
Save