shithub: werc

Download patch

ref: 478a43d29b8c58869bdeee519c8f105e3b0dfdbc
parent: 58060d803edc8696b20919a5bcb6451703965542
author: uriel <uriel@engel.se.cat-v.org>
date: Sun May 27 23:05:46 EDT 2007

Small style fixes for sub headers

--- a/pub/style/style.css
+++ b/pub/style/style.css
@@ -233,7 +233,7 @@
   text-decoration: none;
 }
 
-#main-copy h1 {
+#main-copy h1, #main-copy h2 {
   color: rgb(0,102,204);
   background-color: transparent;
   font-size: 145.5%;
@@ -240,6 +240,11 @@
   font-weight: bold;
   margin: 2em 0 0 0;
   padding: 0.5ex 0 0.5ex 0.6ex;
+  border-bottom: 2px solid rgb(0,102,204);
+}
+
+#main-copy h2 {
+  font-size: 115.5%;
   border-bottom: 1px solid rgb(0,102,204);
 }