shithub: hugo

Download patch

ref: 217ffa87c9f8a1c4d18373556594d4d9fb9a4151
parent: c8f2a5743087bf56958f6a44288bbe81f18b5b72
author: Fabiano Frizzo <[email protected]>
date: Tue Oct 27 19:14:36 EDT 2015

Fix doc render on Firefox

Fix #1523

--- a/docs/static/css/style.css
+++ b/docs/static/css/style.css
@@ -305,6 +305,14 @@
     margin-top: 6px;
 }
 
+@-moz-document url-prefix() {
+  #sidebar ul > li > a .menu-arrow {
+      float: right;
+      margin-right: 8px;
+      margin-top: 25px;
+  }
+}
+
 #main-content {
     margin-left: 200px;
     line-height: 1.8;