Update site to use new fluido skin.
This commit is contained in:
parent
59dc1d8905
commit
967101de8a
@ -1,18 +1,16 @@
|
||||
#bannerRight img
|
||||
#breadcrumbs .breadcrumb
|
||||
{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
border: 0;
|
||||
padding-right: 50px;
|
||||
}
|
||||
|
||||
#breadcrumbs
|
||||
#breadcrumbs .breadcrumb a
|
||||
{
|
||||
padding-right: 150px;
|
||||
position: relative;
|
||||
z-index: 10001;
|
||||
}
|
||||
|
||||
a.externalLink
|
||||
{
|
||||
background: none !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@ -2,18 +2,18 @@
|
||||
<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd">
|
||||
|
||||
<bannerRight>
|
||||
<name>Fork me on GitHub</name>
|
||||
<src>https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png</src>
|
||||
<href>https://github.com/kayahr/${project.artifactId}/</href>
|
||||
</bannerRight>
|
||||
|
||||
<bannerLeft>
|
||||
<name>usb4java</name>
|
||||
<src>images/logo.png</src>
|
||||
<href>http://kayahr.github.com/${project.artifactId}/</href>
|
||||
</bannerLeft>
|
||||
|
||||
<skin>
|
||||
<groupId>org.apache.maven.skins</groupId>
|
||||
<artifactId>maven-fluido-skin</artifactId>
|
||||
<version>1.3.0</version>
|
||||
</skin>
|
||||
|
||||
<body>
|
||||
<head>
|
||||
@ -36,4 +36,15 @@
|
||||
<menu ref="reports" />
|
||||
|
||||
</body>
|
||||
|
||||
<custom>
|
||||
<fluidoSkin>
|
||||
<gitHub>
|
||||
<projectId>usb4java/usb4java</projectId>
|
||||
<ribbonOrientation>right</ribbonOrientation>
|
||||
<ribbonColor>red</ribbonColor>
|
||||
</gitHub>
|
||||
</fluidoSkin>
|
||||
</custom>
|
||||
|
||||
</project>
|
||||
|
||||
@ -84,6 +84,7 @@
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
<section name="Donation">
|
||||
<p>
|
||||
If you like ${project.name}, please consider making a small donation
|
||||
@ -100,6 +101,7 @@
|
||||
alt="Flattr this" title="Flattr this" />
|
||||
</a>
|
||||
</section>
|
||||
-->
|
||||
|
||||
<section name="Support">
|
||||
<p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user