mirror of https://github.com/apache/archiva.git
display description properly
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440374 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b2d80fe809
commit
0f99012b6b
|
@ -34,7 +34,9 @@
|
||||||
--%>
|
--%>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>${mode.description}</p>
|
<c:if test="${!empty(model.description)}">
|
||||||
|
<blockquote>${model.description}</blockquote>
|
||||||
|
</c:if>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -267,3 +267,8 @@ a:link, a:visited {
|
||||||
a:active, a:hover {
|
a:active, a:hover {
|
||||||
color: #f30;
|
color: #f30;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
border-left: 1px solid #DFDEDE;
|
||||||
|
padding-left: 1em;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue