ChangeSet ID: 31246 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/07/10 23:28:21 Modified files: . : apidb.css Log message: Chris Morgan <cmorgan(a)alum.wpi.edu> 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. Patch: http://cvs.winehq.org/patch.py?id=31246 Old revision New revision Changes Path 1.19 1.20 +1 -1 appdb/apidb.css Index: appdb/apidb.css diff -u -p appdb/apidb.css:1.19 appdb/apidb.css:1.20 --- appdb/apidb.css:1.19 11 Jul 2007 4:28:21 -0000 +++ appdb/apidb.css 11 Jul 2007 4:28:21 -0000 @@ -197,7 +197,7 @@ TD.no { color: #B10000; font-style: ita 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; }