From 33938a4f284ec6a1b684f1b374f271eb5cbdcfa2 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Wed, 11 Jul 2007 04:28:21 +0000 Subject: [PATCH] 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. --- apidb.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apidb.css b/apidb.css index ea76090..2635b5f 100644 --- a/apidb.css +++ b/apidb.css @@ -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; }