changeset 2690:198f032f1c98 octave-forge

Bold font of <dt> tag in css
author adb014
date Sun, 15 Oct 2006 20:37:41 +0000
parents e8b0cde34d1b
children ac2e7f5878ed
files www/octave-forge.css
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/www/octave-forge.css	Sun Oct 15 19:50:42 2006 +0000
+++ b/www/octave-forge.css	Sun Oct 15 20:37:41 2006 +0000
@@ -212,3 +212,7 @@
   font-family: sans-serif;
   font-weight: bold;
 }
+
+dt {
+font-weight: bold;
+}