summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-20 17:17:13 +0100
committerYorhel <git@yorhel.nl>2008-11-20 17:17:13 +0100
commit8b4c450ae8acd8f6896ec5234dcfde4ecced12fb (patch)
tree10e32f510a11248ace1751fc36e8c39eb158c88f /static
parentbaf137aeaf9255059dbd8e64b4150ce392498419 (diff)
Added release list to VN pages
Diffstat (limited to 'static')
-rw-r--r--static/f/style.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/static/f/style.css b/static/f/style.css
index 8ed56aa3..0abcea2e 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -467,6 +467,32 @@ div.vndescription p {
margin: 0 100px!important;
}
+.releases table {
+ width: 100%;
+}
+.releases tr.lang td {
+ background: url(/f/boxbg.png) repeat;
+ font-weight: bold;
+}
+.releases td.tc1 {
+ padding-left: 30px;
+ width: 80px;
+}
+.releases td.tc2 {
+ text-align: center;
+ width: 50px;
+}
+.releases td.tc3 {
+ text-align: right;
+ padding: 0;
+ width: 90px;
+}
+.releases td.tc5 {
+ text-align: right;
+ width: 20px;
+ padding: 0;
+}
+
@@ -610,6 +636,7 @@ div.revision .tcname {
}
.icons.par, .icons.tri, .icons.com { width: 11px; }
acronym.icons, acronym.uicons { cursor: default; }
+a.icons { border: none!important }
.icons.oth { background: none; }
.icons.drc { background-position: 0px 0px; }
.icons.lin { background-position: 0px -14px; }