Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 2002 15:45:44 -0700 (PDT)
From:      Chris Costello <chris@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14161 for review
Message-ID:  <200207122245.g6CMjitK019980@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14161

Change 14161 by chris@chris_holly on 2002/07/12 15:45:12

	o Color HTML <code> elements and class="varname" bits green.
	o Color function definitions (DocBook <funcdef>) an interesting
	  shade of blue.

Affected files ...

.. //depot/projects/trustedbsd/doc/share/misc/docbook.css#2 edit

Differences ...

==== //depot/projects/trustedbsd/doc/share/misc/docbook.css#2 (text+ko) ====

@@ -140,11 +140,16 @@
 	padding: 0;
 }
 
-
+CODE,
+.VARNAME,
 .FILENAME {
 	color: #007a00;
 }
 
+.FUNCDEF {
+	color: #2030f0;
+}
+
 BODY H1, BODY H2, BODY H3, BODY H4, BODY H5, BODY H6 {
 	margin-left: 0
 } 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207122245.g6CMjitK019980>