diff options
author | Andrea Bolognani <abologna@redhat.com> | 2016-03-30 11:28:31 +0200 |
---|---|---|
committer | Andrea Bolognani <abologna@redhat.com> | 2016-03-31 16:26:18 +0200 |
commit | 4b0d9d5d021f600325949bd1529d1fcef0a93e76 (patch) | |
tree | 5bebe84cea76a17e8478dba53b78e2b000780889 /docs/apps.html.in | |
parent | ac05de6dbad9c6e122e6233f068e6fca723143a9 (diff) | |
download | libvirt-4b0d9d5d021f600325949bd1529d1fcef0a93e76.tar.gz |
docs: Don't use <strong> in headers
There's only one instance of that happening, and it looks
kinda off. Get rid of it, along with the corresponding
CSS rules.
Diffstat (limited to 'docs/apps.html.in')
-rw-r--r-- | docs/apps.html.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/apps.html.in b/docs/apps.html.in index 39fb78d8bc..b8337b9126 100644 --- a/docs/apps.html.in +++ b/docs/apps.html.in @@ -2,7 +2,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <body> - <h1>Applications using <strong>libvirt</strong></h1> + <h1>Applications using libvirt</h1> <p> This page provides an illustration of the wide variety of |