+
The technology behind WildFly is also available in JBoss Enterprise Application Platform. JBoss EAP is a hardened enterprise subscription with Red Hat’s world-class support, long multi-year maintenance cycles, and exclusive content. Sign-up with Red Hat to download a no-cost 1-year development license.
Download Red Hat JBoss EAP
+
+
Nightly snapshot builds from the main WildFly source branch are also available for standard WildFly and WildFly Preview.
+
{% for versionId in site.data.releases %}
diff --git a/_sass/layouts/downloads.scss b/_sass/layouts/downloads.scss
index 10bf5be9..b2f5cfd0 100644
--- a/_sass/layouts/downloads.scss
+++ b/_sass/layouts/downloads.scss
@@ -18,12 +18,12 @@
}
}
}
- .page-subtitle {
+ .page-eap {
text-align: center;
border-top: 2px solid white;
border-bottom: 2px solid white;
padding: 0 0 2rem 0;
- margin: 4rem 0;
+ margin: 3rem 0;
h4 {
text-align: left;
font-weight: 200;
@@ -31,6 +31,21 @@
a { font-weight: 200; }
strong { color: $teal; }
}
+ h5 {
+ font-weight: 200;
+ color: $teal;
+ a { font-weight: 200; }
+ strong { color: $teal; }
+ }
+ }
+ .page-nightlies {
+ text-align: center;
+ h5 {
+ font-weight: 200;
+ color: $teal;
+ a { font-weight: 200; }
+ strong { color: $teal; }
+ }
}
}