summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-02-12 21:22:58 +0100
committerYorhel <git@yorhel.nl>2016-02-12 21:22:58 +0100
commitd33929c047478ec10bf96bfa9b7e33fc0439f429 (patch)
treeff544e79cee98d5203e897a6789cde113b1c7ca7 /data
parent323f1d599316b0c17aa47e97b80cc842e3d90ab5 (diff)
JS: Fix char_roles bug + CSS: Minor tweaks to main VN info layout
Diffstat (limited to 'data')
-rw-r--r--data/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/style.css b/data/style.css
index 9053bbdd..b3495853 100644
--- a/data/style.css
+++ b/data/style.css
@@ -334,14 +334,14 @@ h1.boxtitle, h1.boxtitle a {
/***** VN page *******/
-div.vndetails { margin: 0 auto; width: 800px; }
+div.vndetails { margin: 0 auto; max-width: 770px; }
div.vnimg { float: left; width: 250px; margin: 0 10px; }
div.vnimg i { display: block; width: 100%; text-align: center; font-size: 10px; }
div.vnimg p { text-align: center; padding: 0px; margin: 0; }
.vndesc h2 { margin: 5px 0 0 0; }
.vndesc p { padding: 0 0 0 5px; }
p#nsfw_hid { display: block; cursor: pointer; }
-div.vndetails table { float: left; width: 530px; }
+div.vndetails table { float: left; width: 500px; }
div.vndetails table td.key { width: 80px; }
div.vndetails table dt { float: left; font-style: italic; }
div.vndetails table dd { margin-left: 90px; }