浏览代码

css titolo adattato a markdown+rst

boyska 6 年之前
父节点
当前提交
0a4a120946
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      themes/hackit0x15/static/css/hackit.css

+ 5 - 1
themes/hackit0x15/static/css/hackit.css

@@ -52,7 +52,11 @@ a:focus,
 }
 
 
-#content .entry-content > h2 {
+/* ci sono due selettori diversi perche' quando genera da markdown e da restructuredtext fa due output un po'
+ * diversi */
+#content .entry-content > h2,
+#content .entry-content > .section:first-child>h2
+{
     text-align: center;
     width: 100%;
     background-color: white;