From aba821e79cdcf657f84fd1be7c574e29f7835d12 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sat, 5 May 2007 23:57:05 +0000 Subject: - General cleanup of recordings. Made design more like other pages - Bugfix for #289, #291 - Adapted styles and helper classes. - recordings should be now strict XHTML. --- css/styles.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'css/styles.css') diff --git a/css/styles.css b/css/styles.css index 2cfce95..734788b 100644 --- a/css/styles.css +++ b/css/styles.css @@ -33,6 +33,15 @@ img { border: 0; } +/* ###################### + # global style properties + ###################### +*/ + +.bold { + font-weight: bold; +} + /* ###################### # Tooltip style for hints ###################### @@ -591,6 +600,7 @@ div.boxheader div div { */ div.recordings { + border: 1px solid black; } .recordings ul { -- cgit v1.2.3