From a964d08f0f3a49d36da57e7220d2a4c85bc83cbb Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sat, 27 Nov 2004 11:23:42 +0000 Subject: [PATCH] - Patch #13030 by killes: fixed invalid CSS code in bluemarine's stylesheet. --- themes/bluemarine/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bluemarine/style.css b/themes/bluemarine/style.css index 636ee3a01019..a1f11b4bb316 100644 --- a/themes/bluemarine/style.css +++ b/themes/bluemarine/style.css @@ -14,7 +14,7 @@ tr.dark td, tr.light td { padding: 0.3em; } h1, h2, h3, h4, h5, h6 { - margin: 0.5; + margin: 0.5em; } h1 { font-size: 1.3em; -- GitLab