Browse Source

Enhanced/Minimized Theme: Adjust <th> text size.

Nate Jones 10 years ago
parent
commit
943143ea14
2 changed files with 2 additions and 2 deletions
  1. 1 1
      themes/enhanced/template.php
  2. 1 1
      themes/minimized/template.php

+ 1 - 1
themes/enhanced/template.php

@@ -180,7 +180,7 @@ th {
 	border-bottom: 1px solid #a4aebf;
 	text-align: left;
 	color: #3164AD;
-	font-size: 13px;
+	font-size: 12px;
 	font-family: arial;
 	padding-top: 4px;
 	padding-bottom: 4px;

+ 1 - 1
themes/minimized/template.php

@@ -180,7 +180,7 @@ th {
 	border-bottom: 1px solid #a4aebf;
 	text-align: left;
 	color: #3164AD;
-	font-size: 13px;
+	font-size: 12px;
 	font-family: arial;
 	padding-top: 4px;
 	padding-bottom: 4px;