summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/docs/42
-rw-r--r--data/style.css4
2 files changed, 5 insertions, 1 deletions
diff --git a/data/docs/4 b/data/docs/4
index 71293904..ea99500c 100644
--- a/data/docs/4
+++ b/data/docs/4
@@ -17,6 +17,8 @@
The name of the producer in the Latin alphabet (using Romanisation or translation).
</dd><dt>Original name</dt><dd>
If the Name (above) has been Romanised or translated, place the original name here.
+ </dd><dt>Aliases</dt><dd>
+ Other names the producer is known as. Multiple aliases should be separated by a comma.
</dd><dt>Primary language</dt><dd>
The language the the producer works in most of the time. By default, it is Japanese.
</dd><dt>Website</dt><dd>
diff --git a/data/style.css b/data/style.css
index 152b2746..7ee010ef 100644
--- a/data/style.css
+++ b/data/style.css
@@ -108,11 +108,13 @@ b.spoiler, b.spoiler a {
font-weight: normal;
}
b.spoiler_shown { font-weight: normal }
-div.quote {
+#maincontent div.quote {
padding: 1px 5px;
margin: 0px 10px;
color: $grayedout$;
+ border: none;
border-left: 1px dotted $border$;
+ text-align: left;
}