summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-01-04 23:29:24 +0100
committerSven Gothel <[email protected]>2020-01-04 23:29:24 +0100
commitbfa42e768edfda60158abd64d87dc8ab977b3f43 (patch)
tree0c64529fc9655aba1e88bee49e0a591ebf30024d
parent4203f17f64f68a7b4a712aa61af282a79165d5ad (diff)
index.html: don't line-break os.and.arch platform-names
-rw-r--r--index.html4
-rwxr-xr-xstyle.css1
2 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index ea442dd..1bcd34c 100644
--- a/index.html
+++ b/index.html
@@ -89,8 +89,8 @@
Modules: <a href="gluegen/www">GlueGen</a>, <a href="joal/www">JOAL</a>, <a href="jogl/www">JOGL</a>, <a href="jocl/www">JOCL</a>,
<i><a href="applet-launcher/www">JNLPAppletLauncher</a> (retired)</i>, building for
</p>
- <p style="font-family: monospace; font-size:0.8rem; line-height:normal; margin: 0.25rem 0 0.25rem 0;">
- linux-amd64 linux-i586 linux-armv6hf linux-aarch64 macosx-amd64 windows-amd64 windows-i586 android-armv6 android-aarch64 android-x86 ios-amd64 ios-arm64
+ <p style="font-family: monospace; font-size:0.8rem; line-height:normal; margin:0.25rem 0 0.25rem 0;">
+ <span class="nowrap">linux-amd64</span> <span class="nowrap">linux-i586</span> <span class="nowrap">linux-armv6hf</span> <span class="nowrap">linux-aarch64</span> <span class="nowrap">macosx-amd64</span> <span class="nowrap">windows-amd64</span> <span class="nowrap">windows-i586</span> <span class="nowrap">android-armv6</span> <span class="nowrap">android-aarch64</span> <span class="nowrap">android-x86</span> <span class="nowrap">ios-amd64</span> <span class="nowrap">ios-arm64</span>
</p>
<!-- div class="splash" style="padding: 0; text-align: left; font-size:21px; line-height:100%; position:relative; top:-21px;" >
<a href="doc/siggraph2014/">Meet us @</a>
diff --git a/style.css b/style.css
index 8647c97..d9acab8 100755
--- a/style.css
+++ b/style.css
@@ -96,6 +96,7 @@ a:hover {color:#000000; background-color: #c9e2ff; border-radius: 0.3572rem 0.71
.code {float: left; font-family: monospace; font-size:0.9286rem; line-height:normal; text-align: left; display: block; white-space: pre;}
.column {float: left; margin: 0 1.7143rem 1.1429rem 0; }
.splash {margin-left: auto; margin-right: auto; font-size:1.5714rem; }
+.nowrap {white-space: nowrap; }
#sidebar {font-size:0.9286rem; width:10.7143rem; height: auto; float: right; text-align: center; margin:1.1429rem 1.1429rem 1.1429rem 1.1429rem; }
#sidebar h3 {font-size:0.9286rem; font-weight:bold; font-style:italic; margin:0.9286rem 0 0.3571rem 0;}