summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-02 10:40:27 +0100
committerYorhel <git@yorhel.nl>2008-12-02 10:40:27 +0100
commit2e086e8f474ad1bb8840ff64a2f2590e9dae3212 (patch)
treeba205c033dd1ff96bf18e4ac7643d356523eb5d8 /static
parent531db3e8ddc8523df730a3412fe6ccee21a71259 (diff)
Started on the release pages
Diffstat (limited to 'static')
-rw-r--r--static/f/style.css19
1 files changed, 16 insertions, 3 deletions
diff --git a/static/f/style.css b/static/f/style.css
index 04ce815d..8372f0b3 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -68,6 +68,9 @@ h2 p {
font-weight: normal;
display: inline;
}
+p.description {
+ margin: 10px 100px!important;
+}
@@ -707,9 +710,6 @@ ul#catselect li li.exc { background-position: 0px -33px; color: #c00; }
/***** Producer page/list *******/
-.producerpage p.description {
- margin: 10px 100px!important;
-}
.producerpage ul {
margin: 0 50px;
}
@@ -744,6 +744,19 @@ ul#catselect li li.exc { background-position: 0px -33px; color: #c00; }
+/***** Release page *****/
+
+.release table {
+ width: 400px;
+ margin: 0 auto;
+}
+.release .key {
+ width: 70px;
+}
+
+
+
+
/***** Warning/Notice Box *****/
div.warning, div.notice {