diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-11-28 23:55:58 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-12-15 19:57:41 +0100 |
commit | a4eee8c3348fd47d84479eef63341779991e9db7 (patch) | |
tree | b830d4e196e7ac4b1fd2972dba1b1c5d5efb0424 /docs/stylesheet.css | |
parent | 16c1549fd22af9a5fedd98d173a4c229b909af4c (diff) |
documentation: slightly improve CSS
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/stylesheet.css')
-rw-r--r-- | docs/stylesheet.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/stylesheet.css b/docs/stylesheet.css index 2c3641782..ac938c5c5 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; } p { |