Tagging nav link <div>s and mutating the maven.css for better
spacing. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114468 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
094039e3bc
commit
ae3c9b0c82
@ -23,6 +23,11 @@ body {
|
||||
/* margin-left: -10px; */
|
||||
}
|
||||
|
||||
.navLink {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
.app h3 a
|
||||
{
|
||||
font-weight: normal;
|
||||
|
||||
@ -257,7 +257,7 @@
|
||||
</j:if>
|
||||
|
||||
|
||||
<div>
|
||||
<div class="navLink">
|
||||
<small>
|
||||
<j:if test="${navbean.isSelected(item.get(0))}">
|
||||
<b><doc:itemLink name="${_name}" link="${_link}" img="${_img}" state="${_state}"/></b>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user