X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fwebserver%2Fp_doc.css;h=1ba5f86d930c4e5f0acf28cf135d718aed96e065;hb=3f3ed34c5df30e76d7855827b951a2e1fd2a1a3d;hp=d8e0bd97d23b0acc1f9a3cd7374fba44ef0e1777;hpb=a35c1e8c20df0c18a733f21ba8e9f7e7cbe8cfcc;p=privoxy.git diff --git a/doc/webserver/p_doc.css b/doc/webserver/p_doc.css index d8e0bd97..1ba5f86d 100644 --- a/doc/webserver/p_doc.css +++ b/doc/webserver/p_doc.css @@ -1,7 +1,7 @@ /* * CSS for Privoxy documentation * - * $Id: privoxy.css,v 1.2 2002/04/09 11:55:20 oes Exp $ + * $Id: p_doc.css,v 1.4 2006/07/18 14:48:52 david__schmidt Exp $ */ /* @@ -26,6 +26,7 @@ h4 { color: #99001d; font-size: 110%; } div.sect1 { margin-left: 2%; } h1,h2,h3,h4 {margin-left: -2%; } h1.title { margin-left: 0; } +h2.subtitle { margin-left: 0; } /* * Underlined links disturb the examples; @@ -61,3 +62,5 @@ span.guibutton { * Misc: */ ul { list-style-type: square; } +/* Privoxy, of course */ +.application {font-weight: bold; font-size:105%; color: #99001d;}