diff --git a/distribution/pom.xml b/distribution/pom.xml index 0e4d2134bf..e298964c8f 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -40,6 +40,10 @@ org.hibernate hibernate-validator-annotation-processor + + org.jboss.logging + jboss-logging-annotations + javax.el diff --git a/pom.xml b/pom.xml index 463cf2f625..391ba693e4 100644 --- a/pom.xml +++ b/pom.xml @@ -133,6 +133,11 @@ jboss-logging-processor 1.2.0.Final + + org.jboss.logging + jboss-logging-annotations + 1.2.0.Final + javax.el diff --git a/src/main/javadoc/stylesheet.css b/src/main/javadoc/stylesheet.css index 89c9e20bb4..0341790cb1 100644 --- a/src/main/javadoc/stylesheet.css +++ b/src/main/javadoc/stylesheet.css @@ -530,3 +530,15 @@ a:link, td.colFirst strong a:active, td.colFirst strong a:visited, td.colFirst s td.colLast strong a:active, td.colLast strong a:visited, td.colLast strong a:hover { font-weight: bold; } + +/*Method Summary style fix (HV-892)*/ +.contentContainer ul.blockList li.blockList .memberSummary caption span{ + padding:0; + height: 25px; +} + +.memberSummary caption span:first-child:nth-last-child(2), +.memberSummary caption span:first-child:nth-last-child(2) ~ span { + padding: 6px 0 0 9px !important; + height: 18px !important; +}