summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-02-15 16:51:29 +0100
committerYorhel <git@yorhel.nl>2009-02-15 16:51:29 +0100
commit89b485497f24ae320a63120ba9b45aba829a9f2e (patch)
treedbdda6e142c406bda31260d03a34daa37317010d /data
parent845a214bff824123301fa0bd882b91888903bf46 (diff)
Improved display of childs on tag pages and a bit of code cleanup
Diffstat (limited to 'data')
-rw-r--r--data/style.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/data/style.css b/data/style.css
index 8d3cccef..58b8034a 100644
--- a/data/style.css
+++ b/data/style.css
@@ -86,6 +86,7 @@ p.locked {
font-style: italic;
margin: 0!important;
}
+b.grayedout { font-weight: normal; color: $grayedout$ }
#maincontent h2 b {
font: 8pt "Tahoma";
font-weight: normal;
@@ -602,7 +603,6 @@ div.vndescription p {
margin: 0 100px!important;
}
-b.patch { font-weight: normal; color: $grayedout$ }
.releases table, #screenshots table {
width: 100%;
}
@@ -965,8 +965,10 @@ ul#catselect li li.exc { background-position: 0px -33px; color: $statnok$; }
/***** Tag page *****/
-.tagtree { margin-left: 20px; list-style-type: none }
-.tagtree ul { margin-left: 10px; list-style-type: none }
+.tagtree { margin-left: 20px; margin-top: -20px; list-style-type: none; }
+.tagtree li { float: left; width: 200px; margin-top: 10px; }
+.tagtree li li { float: none; width: auto; margin-top: 0; }
+.tagtree ul { margin-left: 10px; list-style-type: none; }