From 5ee5b887985670a18f611c24bf7472fbddbe1546 Mon Sep 17 00:00:00 2001 From: hal9 Date: Sat, 9 Sep 2006 19:13:42 +0000 Subject: [PATCH] Add style to tags. --- doc/webserver/p_doc.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/webserver/p_doc.css b/doc/webserver/p_doc.css index 7ab1ef4d..1ba5f86d 100644 --- a/doc/webserver/p_doc.css +++ b/doc/webserver/p_doc.css @@ -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;} -- 2.39.2