1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-04 08:35:46 +01:00

asciidoc nearly ready

This commit is contained in:
Martin Stubenschrott
2008-01-06 15:13:43 +00:00
parent 80b600040d
commit ca02613a83
3 changed files with 12 additions and 17 deletions

View File

@@ -266,3 +266,11 @@ div.table p.title
@media print {
div.navheader, div.navfooter { display: none; }
}
/* my additions */
span.tag {
font-weight: bold;
color: rgb(255, 0, 255); /* magenta */
padding-left: 15px !important;
float: right;
}