From 433efccd36add54061868af33d1ebf1d61dae554 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 28 Sep 2008 21:53:20 +0000 Subject: Central: Continued to remove UI Also removed unnecessary things. Refs #63 --- central/trunk/theme/table.css | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 central/trunk/theme/table.css (limited to 'central/trunk/theme/table.css') diff --git a/central/trunk/theme/table.css b/central/trunk/theme/table.css deleted file mode 100644 index b3603bd..0000000 --- a/central/trunk/theme/table.css +++ /dev/null @@ -1,27 +0,0 @@ -/* InstaDisc Central - A Four Island Project */ - -table { - border: 0; - width: 100%; -} - -table, table td { - border-spacing: 0; -} - -table tr { - background-color: #3CE4ED; -} - -table tr.even { - background-color: #39B7CD; -} - -table th { - background-color: #FF9912; - text-align: left; -} - -table td { - word-wrap: break-word; -} -- cgit 1.4.1