Browse Source

css titolo adattato a markdown+rst

boyska 6 years ago
parent
commit
0a4a120946
1 changed files with 5 additions and 1 deletions
  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;