doc: update CSS layout to match spdk.io
Change-Id: I2c42fd3d626854fcdb0e70fdcc7d1b4ccb257c8c Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
2e667dc351
commit
42eade49cc
@ -3,3 +3,4 @@
|
|||||||
<p class="copyright text-muted small">Copyright © Intel Corporation. All Rights Reserved.</p>
|
<p class="copyright text-muted small">Copyright © Intel Corporation. All Rights Reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
</div>
|
||||||
|
@ -22,10 +22,11 @@
|
|||||||
$extrastylesheet
|
$extrastylesheet
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div class="container-fluid">
|
||||||
<div id="top"> <!-- do not remove this div, it is closed by doxygen! -->
|
<div id="top"> <!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
|
||||||
<div class="row">
|
<div class="row no-gutters">
|
||||||
<div class="col-lg-12">
|
<div class="col-sm-12">
|
||||||
<section id="banner-header" class="banner-header">
|
<section id="banner-header" class="banner-header">
|
||||||
<div class="banner-message">
|
<div class="banner-message">
|
||||||
<h1>Storage Performance Development Kit</h1>
|
<h1>Storage Performance Development Kit</h1>
|
||||||
|
@ -17,6 +17,18 @@ h6 {
|
|||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.row.no-gutters > [class^="col-"],
|
||||||
|
.row.no-gutters > [class*=" col-"] {
|
||||||
|
padding-right: 0;
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-nav {
|
||||||
|
float: left;
|
||||||
|
margin: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.banner-header {
|
.banner-header {
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user