diff options
author | raylu <raylu@mixpanel.com> | 2011-07-16 16:57:53 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-16 16:57:53 -0700 |
commit | 30bd3dc2c8e1dea9fb394115138f4f5ef9aedc33 (patch) | |
tree | f57f67d2ebec64bb7110665bf09a37ec04083266 /webroot/css/anime.css | |
parent | ec5b4d4fbfa3f4daecbd01ca6fd38a3d5944990b (diff) | |
download | otakuhub-30bd3dc2c8e1dea9fb394115138f4f5ef9aedc33.tar.xz |
make search index work
clean up a lot of code
renamed anime.css to table.css
Diffstat (limited to 'webroot/css/anime.css')
-rw-r--r-- | webroot/css/anime.css | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/webroot/css/anime.css b/webroot/css/anime.css deleted file mode 100644 index 03f0883..0000000 --- a/webroot/css/anime.css +++ /dev/null @@ -1,39 +0,0 @@ -span.alt_titles { - font-size: 90%; - opacity: 0.7; -} - -table { - border-collapse: collapse; - width: 898px; - max-width: 898px; - table-layout: fixed; -} -tr { - height: 45px; -} -tr:first-child { /* th row */ - height: 25px; -} -th { - vertical-align: middle; -} -th:nth-child(2) { - width: 240px; -} -th:nth-child(3) { - width: 50px; -} -td { - border: 0px solid #bbb; - border-top-width: 1px; - vertical-align: middle; - white-space: nowrap; - overflow: hidden; -} -td:nth-child(2) { - padding-left: 25px; -} -td a { - display: block; -} |