diff --git a/browser/loops/loops_layout.css b/browser/loops/loops_layout.css index da549ee..9b5920d 100644 --- a/browser/loops/loops_layout.css +++ b/browser/loops/loops_layout.css @@ -590,11 +590,11 @@ table.listingdescription { } table.listingdescription th, table.listing th { - background: #CCCCCC; + background: #eee; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; - color: #808080; + color: Black; font-weight: normal; padding: 0em 1em 0em 1em; white-space: nowrap; @@ -628,6 +628,10 @@ table.listing td { white-space: nowrap; } +table.listing td.center { + text-align: center; +} + table.listingdescription img, table.listing img { vertical-align: middle;