You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/01/22 09:17:11 UTC

[plc4x-build-tools] branch develop updated: - Made the drop-down stick to the top of the page so it's always visible.

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4c70853  - Made the drop-down stick to the top of the page so it's always visible.
4c70853 is described below

commit 4c708536275eb65c2cffc2cf2948aa4490e29c85
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Jan 22 10:17:04 2020 +0100

    - Made the drop-down stick to the top of the page so it's always visible.
---
 plc4x-site-skin/src/main/resources/META-INF/maven/site.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4x-site-skin/src/main/resources/META-INF/maven/site.vm b/plc4x-site-skin/src/main/resources/META-INF/maven/site.vm
index 82e4f99..65e76e2 100644
--- a/plc4x-site-skin/src/main/resources/META-INF/maven/site.vm
+++ b/plc4x-site-skin/src/main/resources/META-INF/maven/site.vm
@@ -46,7 +46,7 @@
     </script>
 </head>
 <body class="composite">
-<div>
+<div class="fixed-top">
     <!-- TODO: Remove this -->
     <select name="cars" onchange="swapStyleSheet('$relativePath/css/themes/' + this.value + '.css')">
         <option value="adoc-colony">adoc-colony</option>