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.
This commit is contained in:
Andrea Bolognani 2016-03-30 11:28:31 +02:00
parent ac05de6dba
commit 4b0d9d5d02
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -3,10 +3,6 @@ h1 {
color: #3c857c;
}
h1 strong {
font-weight: bold;
}
h2, h3, h4, h5, h6 {
color: #3c857c;
}