Browse Source

! Last CSS change as previously discussed, fixes #357

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 years ago
parent
commit
51f257f10b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/css/index.css

+ 1 - 1
Themes/default/css/index.css

@@ -1278,7 +1278,7 @@ img.sort {
 	font-weight: bold;
 	border-radius: 3px;
 	border: 1px solid #558080;
-	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
+	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
 }
 .buttonlist ul li a.active:hover {
 	color: #ffc187;