瀏覽代碼

Do not show underline when user hovers over permalink

Talha Mansoor 11 年之前
父節點
當前提交
e4c56f46a2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      static/css/style.css

+ 1 - 0
static/css/style.css

@@ -393,4 +393,5 @@ h5:hover > a.headerlink,
 h6:hover > a.headerlink,
 dt:hover > a.headerlink {
     visibility: visible;
+    text-decoration:none;
 }