summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorSverker Eriksson <sverker@erlang.org>2020-05-28 18:54:08 +0200
committerSverker Eriksson <sverker@erlang.org>2020-06-11 12:56:01 +0200
commit72db9b5e5adff301ea097d6d42cd960eccf8e19a (patch)
treeaa1ed49fb5ed31b2ec8817e7501080021eadbb6d /system
parentc8de0bf96c26883fb1f6811e4cc08da48d844765 (diff)
downloaderlang-72db9b5e5adff301ea097d6d42cd960eccf8e19a.tar.gz
Refactor HTML layout to not use width > 100%
which causes problem with "overflow-x: hidden" In short: Increased the width +10em to fit the "since" versions while retaining the right margin of other text.
Diffstat (limited to 'system')
-rw-r--r--system/doc/top/templates/index.html.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src
index 5507d4dfe4..ab75ed0478 100644
--- a/system/doc/top/templates/index.html.src
+++ b/system/doc/top/templates/index.html.src
@@ -33,7 +33,7 @@ limitations under the License.
<div id="container">
<div id="leftnav">
-<div class="innertube">
+<div class="leftnav-tube">
<div class="erlang-logo-wrapper">
<img alt="Erlang logo" src="erlang-logo.png" class="erlang-logo"/ >
</div>