From 03b2d4c301ecd8977738de8d3e8fbc7910524f0c Mon Sep 17 00:00:00 2001 From: Uriel Date: Mon, 28 May 2007 03:05:46 +0200 Subject: [PATCH] Small style fixes for sub headers --- pub/style/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pub/style/style.css b/pub/style/style.css index c115119..3c160bf 100644 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -233,13 +233,18 @@ li ul { text-decoration: none; } -#main-copy h1 { +#main-copy h1, #main-copy h2 { color: rgb(0,102,204); background-color: transparent; font-size: 145.5%; 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); }