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>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
@ -22,10 +22,11 @@
|
||||
$extrastylesheet
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-fluid">
|
||||
<div id="top"> <!-- do not remove this div, it is closed by doxygen! -->
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="row no-gutters">
|
||||
<div class="col-sm-12">
|
||||
<section id="banner-header" class="banner-header">
|
||||
<div class="banner-message">
|
||||
<h1>Storage Performance Development Kit</h1>
|
||||
|
@ -17,6 +17,18 @@ h6 {
|
||||
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 {
|
||||
padding-top: 50px;
|
||||
padding-bottom: 0px;
|
||||
|
Loading…
Reference in New Issue
Block a user