boyska hace 7 años
padre
commit
e2be34fb79
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7 1
      themes/hackit0x14/static/css/hackit.css

+ 7 - 1
themes/hackit0x14/static/css/hackit.css

@@ -76,6 +76,8 @@ h1, h2, h3, h4, strong, tt {
 	font-size: 21px;
 }
 
+/* HOME {{{ */
+
 .body-index blockquote {
 	border: 1px solid #383838;
 	background-color: #272626;
@@ -89,8 +91,10 @@ h1, h2, h3, h4, strong, tt {
     font-size: 24px;
 }
 
+/* END HOME }}} */
+
 
-/* TALK */
+/* TALK {{{ */
 
 
 .talk-grid {
@@ -134,3 +138,5 @@ td.talk > a {
 }
 
 .talk-title a { font-size: 50%; }
+
+/* END TALK }}} */