=== modified file 'css/custom.css' --- css/custom.css 2009-10-26 21:30:49 +0000 +++ css/custom.css 2009-10-22 17:55:50 +0000 @@ -91,3 +91,15 @@ .vertical-tabs-list li:hover { background: #D9FFF2; } + + +/** ################# Ubercart CSS ####################### */ +/** + * Some simple styling for products and listings. + */ +table.category-products td, +#cart-form-products td, +#cart-form-products th { + vertical-align:middle; + padding:5px; +}