mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
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:
parent
ac05de6dba
commit
4b0d9d5d02
@ -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
|
||||
|
@ -3,10 +3,6 @@ h1 {
|
||||
color: #3c857c;
|
||||
}
|
||||
|
||||
h1 strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h2, h3, h4, h5, h6 {
|
||||
color: #3c857c;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user