X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fwebserver%2Fp_doc.css;h=115beb1b5c2030f3f044dfb49197b61b4f8a8994;hp=d8e0bd97d23b0acc1f9a3cd7374fba44ef0e1777;hb=HEAD;hpb=a35c1e8c20df0c18a733f21ba8e9f7e7cbe8cfcc diff --git a/doc/webserver/p_doc.css b/doc/webserver/p_doc.css index d8e0bd97..115beb1b 100644 --- a/doc/webserver/p_doc.css +++ b/doc/webserver/p_doc.css @@ -1,7 +1,6 @@ /* * CSS for Privoxy documentation * - * $Id: privoxy.css,v 1.2 2002/04/09 11:55:20 oes Exp $ */ /* @@ -26,6 +25,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 +61,5 @@ span.guibutton { * Misc: */ ul { list-style-type: square; } +/* Privoxy, of course */ +.application {font-weight: bold; font-size:105%; color: #99001d;}