Add style to <application> tags.
authorhal9 <hal9@users.sourceforge.net>
Sat, 9 Sep 2006 19:13:42 +0000 (19:13 +0000)
committerhal9 <hal9@users.sourceforge.net>
Sat, 9 Sep 2006 19:13:42 +0000 (19:13 +0000)
doc/webserver/p_doc.css

index 7ab1ef4..1ba5f86 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * CSS for Privoxy documentation
  *
- * $Id: p_doc.css,v 1.2.2.1 2002/05/28 02:31:38 hal9 Exp $
+ * $Id: p_doc.css,v 1.4 2006/07/18 14:48:52 david__schmidt Exp $
  */
 
 /*
@@ -62,3 +62,5 @@ span.guibutton {
  * Misc:
  */
 ul { list-style-type: square; }
+/* Privoxy, of course */
+.application {font-weight: bold; font-size:105%; color: #99001d;}