mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
css: Fix styling of the "3 panel" pages
Use the same 'margin-bottom' bot for the normal and mobile layout fixing one of the panels touching the footer. Use same font size both for <h1> and <h2> used as the column titles as rst2html5 based on version can generate either of them. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
82db6fb765
commit
0f1d6ef6e7
@ -327,6 +327,7 @@ div.panel,
|
||||
{
|
||||
width: 24%;
|
||||
margin-left: 7%;
|
||||
margin-bottom: 2em;
|
||||
float: left;
|
||||
background: rgb(230, 230, 230);
|
||||
}
|
||||
@ -343,6 +344,7 @@ div.panel h2,
|
||||
background: rgb(0, 95, 97);
|
||||
color: rgb(255, 255, 255);
|
||||
text-align: center;
|
||||
font-size: 1.6em;
|
||||
}
|
||||
|
||||
#index.document h1 {
|
||||
|
@ -95,7 +95,6 @@
|
||||
width: 100%;
|
||||
margin-left: 0px;
|
||||
float: none;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
#advancedsearch {
|
||||
margin-top: 4em;
|
||||
|
Loading…
Reference in New Issue
Block a user