This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flex-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 096c784b4 Commit build products
096c784b4 is described below
commit 096c784b47973b2c01409dec2f811051bfc7e226
Author: Build Pelican (action) <[email protected]>
AuthorDate: Wed Jun 25 16:08:24 2025 +0000
Commit build products
---
output/about-assets.html | 2 +-
output/css/style.css | 12 +++++++++---
output/download-flexunit.html | 10 +++++-----
3 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/output/about-assets.html b/output/about-assets.html
index 4e3288321..128d05122 100644
--- a/output/about-assets.html
+++ b/output/about-assets.html
@@ -187,7 +187,7 @@
<li><a
href="https://issues.apache.org/jira/secure/attachment/12513947/apache_flex_png.zip">PNG
(385 KB Download)</a></li>
</ul>
<p>You can see the JIRA ticket where these logos were submitted at : <a
href="https://issues.apache.org/jira/browse/FLEX-33093">FLEX-33093</a></p>
-<p>A special thanks to Adrian Knopik of <a
href="https://www.fusecollective.com" rel="nofollow">Fuse Collective</a>, for
creating it and Tomasz MaciÄ…g for submitting it. </p>
+<p>A special thanks to Adrian Knopik of <a
href="https://www.fusecollective.com" rel="nofollow">Fuse Collective</a>, for
creating it and Tomasz Maciąg for submitting it. </p>
<div class="headline"><h4>Other Assets</h4></div>
<p>All other assets are available in our SVN. Apache Logos, Marks, etc. are
available from the <a
href="https://www.apache.org/foundation/press/kit/">Foundation Press Kit
Website</a></p>
diff --git a/output/css/style.css b/output/css/style.css
index 24ebc65e7..f29ace86b 100644
--- a/output/css/style.css
+++ b/output/css/style.css
@@ -58,7 +58,14 @@
position: relative;
}
-#navigation ul,
+#navigation ul {
+ list-style:none;
+ padding:0;
+ margin:0;
+ display:flex;
+ justify-content:space-between;
+}
+
#navigation li {
list-style:none;
padding:0;
@@ -66,7 +73,6 @@
display:inline;
}
#navigation ul li{
- float:left;
position:relative;
background: url(../images/nav-divider.png) repeat-y right;
line-height: 30px;
@@ -78,7 +84,7 @@
color: #fff;
text-decoration: none;
font-size: 14px;
- padding: 15px 25px;
+ padding: 15px 20px;
margin-bottom: 1px;
text-transform: uppercase;
diff --git a/output/download-flexunit.html b/output/download-flexunit.html
index d6c2b740d..7fadbf0f4 100644
--- a/output/download-flexunit.html
+++ b/output/download-flexunit.html
@@ -214,21 +214,21 @@ Version 2.0 license. These can be downloaded via the ANT
script included in the
<li>dom4j - <a
href="https://search.maven.org/remotecontent?filepath=dom4j/dom4j/1.6.1/dom4j-1.6.1.jar">Download</a>
(BSD License)</li>
<li>jaxen - <a
href="https://search.maven.org/remotecontent?filepath=jaxen/jaxen/1.1-beta-6/jaxen-1.1-beta-6.jar">Download</a>
(BSD License)</li>
</ul>
-<p><br/ >(swcs)</p>
+<p>(swcs)</p>
<ul>
<li>coverageagent - <a
href="https://flexcover.googlecode.com/files/flexcover-0.90.zip">Download</a>
(MIT License)</li>
<li>fluint - <a
href="https://github.com/flexunit/flexunit/raw/master/FlexUnit4Test/libs/fluint-1_2.swc">Download</a>
(MIT License)</li>
-<li>mockolate - <a
href="https://github.com/downloads/drewbourne/mockolate/mockolate-0.9.5.zip">Download</a>
(MIT License)</li>
+<li>mockolate - <a
href="https://github.com/flexunit/flexunit/raw/master/FlexUnit4Test/libs/mockolate-0.9.5.swc">Download</a>
(MIT License)</li>
<li>mock-as - <a
href="https://github.com/flexunit/flexunit/raw/master/FlexUnit4Test/libs/mock-as3.swc">Download</a>
(BSD License)</li>
-<li>hamcrest - <a
href="https://cloud.github.com/downloads/drewbourne/hamcrest-as3/hamcrest-as3-flex-1.1.3.zip">Download</a>
(BSD License)</li>
+<li>hamcrest - <a
href="https://github.com/flexunit/flexunit/raw/master/FlexUnit4/libs/hamcrest-as3-flex-1.1.3.swc">Download</a>
(BSD License)</li>
<li>flexunit1lib - <a
href="https://github.com/flexunit/flexunit/raw/master/FlexUnit4Test/libs/FlexUnit1Lib.swc">Download</a>
(BSD License)</li>
</ul>
-<p><br/ >The following dependencies have licenses which Apache considers
to be reciprocal licenses so you will be prompted to acknowledge the license
before the software is downloaded to your system.</p>
+<p>The following dependencies have licenses which Apache considers to be
reciprocal licenses so you will be prompted to acknowledge the license before
the software is downloaded to your system.</p>
<ul>
<li>junit - <a
href="https://search.maven.org/remotecontent?filepath=junit/junit/3.8.1/junit-3.8.1.jar">Download</a>
(License - CPL 1.0)</li>
<li>saxon9he - <a
href="https://search.maven.org/remotecontent?filepath=net/sf/saxon/Saxon-HE/9.4/Saxon-HE-9.4.jar">Download</a>
(License - MPL 1.1)</li>
</ul>
-<p><br/ >All of the above dependencies can automatically be downloaded
via the following ANT command :</p>
+<p>All of the above dependencies can automatically be downloaded via the
following ANT command:</p>
<pre><code>cd <flexunit.dir>
ant thirdparty-downloads
</code></pre>