From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulius Zaleckas Date: Wed, 16 Dec 2009 11:29:08 +0200 Subject: [Buildroot] [PATCH 39/39] documentation: slightly improve CSS In-Reply-To: References: Message-ID: <4B28A864.6090007@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 12/15/2009 09:31 PM, Thomas Petazzoni wrote: > Signed-off-by: Thomas Petazzoni > --- > docs/stylesheet.css | 10 ++++++++++ > 1 files changed, 10 insertions(+), 0 deletions(-) > > diff --git a/docs/stylesheet.css b/docs/stylesheet.css > index 2c36417..ac938c5 100644 > --- a/docs/stylesheet.css > +++ b/docs/stylesheet.css > @@ -49,6 +49,16 @@ h3 { > margin-left: 10px; > margin-right: 10px; > color: #336699; > + border-bottom: 2px solid #336699; > +} > + > +h4 { > + font: italic normal 14pt georgia; > + letter-spacing: 1px; > + margin-bottom: 0px; > + margin-left: 10px; > + margin-right: 10px; > + border-bottom: 1px dashed black; Please use tabs *or* spaces for indentation. > } > > p {