diff options
author | raylu <raylu@mixpanel.com> | 2011-07-10 23:32:14 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-10 23:33:03 -0700 |
commit | 2e6016922cfeaf32e69f65df8178d71387782e2c (patch) | |
tree | 45222803c2b386ed39af4530c9eddc7090f4a60b /webroot/css/anime.css | |
parent | 913bca163e3c00c2f956b7882945b73a5d47ce71 (diff) | |
download | otakuhub-2e6016922cfeaf32e69f65df8178d71387782e2c.tar.xz |
/anime works
Diffstat (limited to 'webroot/css/anime.css')
-rw-r--r-- | webroot/css/anime.css | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/webroot/css/anime.css b/webroot/css/anime.css new file mode 100644 index 0000000..03f0883 --- /dev/null +++ b/webroot/css/anime.css @@ -0,0 +1,39 @@ +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; +} |