Parcourir la source

Panel title style.

opi il y a 9 ans
Parent
commit
f6284a8eaf
1 fichiers modifiés avec 13 ajouts et 0 suppressions
  1. 13 0
      coin/static/css/local.css

+ 13 - 0
coin/static/css/local.css

@@ -116,6 +116,19 @@ h2 {
 	/*border-bottom: 2px solid #0086A9;*/
 }
 
+
+/* panels */
+.panel {}
+.panel > h2,
+.panel > h3,
+.panel > h4,
+.panel > h5 {
+  border-bottom: 1px solid #d8d8d8;
+  margin-bottom: 1.25rem;
+  padding-bottom: 0.625rem;
+}
+
+
 /* Tables */
 table.full-width {
     width:100%;