Show port names in monospace italic.

This commit is contained in:
Warren Block 2014-01-09 02:28:38 +00:00
parent c8c7571fae
commit 0cacc5cb47
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43452

View file

@ -216,6 +216,11 @@ html {
color: #007a00;
}
.package, .port {
font-family: monospace;
font-style: italic;
}
.svnref {
color: #007a00;
}