summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-20 20:17:47 +0100
committerYorhel <git@yorhel.nl>2008-11-20 20:17:47 +0100
commit0bc99015d80e6b04ecc098e33acbe931e62cc378 (patch)
treef249cb9793e37eb3fdf289926e2376b440b8b850 /static
parent416d2db0bc9a8d1d98216c27fbbd8c2f7c7a2fe6 (diff)
Improved VN relations layout
Diffstat (limited to 'static')
-rw-r--r--static/f/style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/static/f/style.css b/static/f/style.css
index 4acbf86c..d489712e 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -457,12 +457,19 @@ div.vndetails table dt {
font-style: italic;
}
div.vndetails table dd {
- margin-left: 100px;
+ margin-left: 90px;
}
.catlvl_0, .catlvl_1, .catlvl_2, .catlvl_3 { font-style: normal; }
.catlvl_1 { color: #444!important }
.catlvl_2 { color: #777 }
.catlvl_3 { color: #fff }
+div.vndetails td.relations dt {
+ float: none;
+ font-style: normal;
+}
+div.vndetails td.relations dd {
+ margin-left: 15px;
+}
div.vndetails td.anime b {
font-size: 6pt;
font-weight: normal;