Add some padding to the application name cells in the top-X tables so the text isn't right

against the left hand side of the table.
This commit is contained in:
Chris Morgan
2007-07-11 04:28:21 +00:00
committed by WineHQ
parent f32bf88696
commit 33938a4f28

View File

@@ -197,7 +197,7 @@ 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 }
TD.app_name { padding:10px; width: 150px }
/* Rating Number */
.rating { font-family: Helvetica, Arial; font-size: 6pt; color: #333333; }