Fix the application name column in the top 'X' lists to be 150px wide so each top 'X' list

looks uniform
This commit is contained in:
Chris Morgan
2006-06-23 04:11:50 +00:00
committed by WineHQ
parent 540a29cb5e
commit 1a6cde7f1e
2 changed files with 5 additions and 3 deletions

View File

@@ -196,6 +196,8 @@ TD.yes { color: #00B100; font-style: italic; text-align: center }
TD.no { color: #B10000; font-style: italic; text-align: center }
TD.stub { color: #0000B1; font-style: italic; text-align: center }
/* width of the application column in the top 'X' lists on the main page */
TD.app_name { width: 150px }
/* Rating Number */
.rating { font-family: Helvetica, Arial; font-size: 6pt; color: #333333; }