summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-12 15:02:42 +0100
committerYorhel <git@yorhel.nl>2008-11-12 15:02:42 +0100
commit8209ca6017e5ccff8cc0597eab03dc6ffc2ed599 (patch)
tree1e36b00b5ad6eea977f0765e4638f9e3d8028d53 /static
parent727714378e8eb8a8c1ebd8a4b7d69df0148a1e4e (diff)
Added datestr() and fixed the release date display on producer pages
Diffstat (limited to 'static')
-rw-r--r--static/f/style.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/static/f/style.css b/static/f/style.css
index 52701306..06f65e37 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -163,6 +163,10 @@ td.field label {
p.center {
text-align: center;
}
+b.future {
+ font-weight: normal;
+ color: #e44;
+}
@@ -348,8 +352,11 @@ div.vndescription p {
padding-top: 3px;
list-style-type: none;
}
-.producerpage li a {
- margin-left: 10px;
+.producerpage li i {
+ display: block;
+ font-style: normal;
+ float: left;
+ width: 80px;
}