summaryrefslogtreecommitdiffstats
path: root/webroot/css/view.css
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-17 16:41:22 -0700
committerraylu <raylu@mixpanel.com>2011-07-17 16:41:22 -0700
commit384834c9fb85d3a408c60dd38e8d1474116793ad (patch)
treec237ee1c43b06c779e6188fbc7cb9aac03da0107 /webroot/css/view.css
parent8fa4bab1dfd166fd567f2b1a3910f0628c6278e7 (diff)
downloadotakuhub-384834c9fb85d3a408c60dd38e8d1474116793ad.tar.xz
some anime view styling
Diffstat (limited to 'webroot/css/view.css')
-rw-r--r--webroot/css/view.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/webroot/css/view.css b/webroot/css/view.css
new file mode 100644
index 0000000..c973201
--- /dev/null
+++ b/webroot/css/view.css
@@ -0,0 +1,21 @@
+/* for viewing individual anime/manga/kdrama, rather than table.css */
+
+aside#img {
+ float: left;
+ margin: 0 25px 25px 0;
+ width: 225px;
+}
+
+section {
+ float: left;
+ width: 470px;
+}
+
+aside#malstats {
+ float: right;
+ width: 150px;
+}
+
+p {
+ text-indent: 0;
+}