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

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit 6a1bccd92fe7658de9beaf26adc1d33453e5be2f
Author: Shad Storhaug <[email protected]>
AuthorDate: Thu Nov 19 16:37:20 2020 +0700

    websites/apidocs: Changed main.css to keep Fork me on GitHub from 
overlapping the menu
---
 .../apidocs/Templates/LuceneTemplateAssets/styles/main.css    | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/websites/apidocs/Templates/LuceneTemplateAssets/styles/main.css 
b/websites/apidocs/Templates/LuceneTemplateAssets/styles/main.css
index f9691a6..595f344 100644
--- a/websites/apidocs/Templates/LuceneTemplateAssets/styles/main.css
+++ b/websites/apidocs/Templates/LuceneTemplateAssets/styles/main.css
@@ -71,10 +71,19 @@ nav.navbar {
   border-color: #0095eb;
 }
 header ul.navbar-nav {
-  font-size: 1.2em;
+  /*font-size: 1.2em;*/
   float: right;
   font-weight: 600;
 }
+/* Keep Fork me on Github from overlapping menu */
+@media screen and (min-width: 768px) and (max-width: 1400px) {
+  header #navbar, header button.navbar-toggle {
+      margin-right: 150px !important;
+  }
+  header #navbar.in, header #navbar.collapsing {
+    margin-right: 0 !important;
+  }
+}
 
 .sidefilter {
   top: 120px;

Reply via email to