Commit 3a37dc6ae734b75517bb87fc3d8a64038bab230d

Authored by Michael Joseph
1 parent 9e1d8ef5

updated dashboard section headings


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@789 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/stylesheet.php
... ... @@ -41,23 +41,6 @@ if ( ($browser == "moz") && ($version == "4.79")) {
41 41 }
42 42 ?>
43 43 <pre>
44   -.sectionHeading {
45   -font-size : 10pt;
46   -font-family : Verdana, sans-serif;
47   -font-weight : lighter;
48   -font-style : normal;
49   -color : #ffffff;
50   -text-decoration: none;
51   -}
52   -
53   -.sectionColumns {
54   -font-size : 8pt;
55   -font-family : Verdana, sans-serif;
56   -font-weight : lighter;
57   -font-style : normal;
58   -color : #000000;
59   -text-decoration: none;
60   -}
61 44  
62 45 P {
63 46 font-size : 9pt;
... ... @@ -136,6 +119,23 @@ TH {
136 119 font-family : Verdana, sans-serif;
137 120 }
138 121  
  122 +TH.sectionHeading {
  123 +font-size : 10 pt;
  124 +font-family : Verdana, sans-serif;
  125 +font-style : normal;
  126 +color : #ffffff;
  127 +text-decoration: none;
  128 +}
  129 +
  130 +TH.sectionColumns {
  131 +font-size : 8pt;
  132 +font-family : Verdana, sans-serif;
  133 +font-weight : lighter;
  134 +font-style : normal;
  135 +color : #000000;
  136 +text-decoration: none;
  137 +}
  138 +
139 139 .browseTypeSelect {
140 140 color : #000000;
141 141 font-size : 10pt;
... ...