[Blends-commit] [SCM] website branch, master, updated. db3508edc929087b4baeaf78b2d923315c59fd7c
Ole Streicher
debian at liska.ath.cx
Wed Dec 9 11:01:04 UTC 2015
The following commit has been merged in the master branch:
commit db3d8ac50eec4722805e7c53f96909376f5adf77
Author: Ole Streicher <debian at liska.ath.cx>
Date: Wed Dec 9 12:00:15 2015 +0100
Use dt/dd for debtags
diff --git a/webtools/templates/packages.xhtml b/webtools/templates/packages.xhtml
index d63da93..b561bb1 100644
--- a/webtools/templates/packages.xhtml
+++ b/webtools/templates/packages.xhtml
@@ -109,13 +109,29 @@ tr.alternate-color {
ul.desc-inline {
padding: 0;
margin: 0;
+ display: inline;
}
ul.desc-inline li {
display: inline;
}
ul.desc-inline li + li::before {
- content: " \2022 ";
+ content: ' \2022\20';
+}
+dl.debtags {
+ padding: 0;
+ margin: 0;
+}
+dl.debtags dt, dl.debtags dd {
+ display: inline;
+ font-weight: normal;
+ margin: 0;
+}
+dl.debtags dd + dt::before {
+ content: ' \2022\20';
+}
+dl.debtags dt:after {
+ content: ': ';
}
a.editlink {
float: left;
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list