Commit 42eade49 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

doc: update CSS layout to match spdk.io



Change-Id: I2c42fd3d626854fcdb0e70fdcc7d1b4ccb257c8c
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 2e667dc3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,3 +3,4 @@
    <p class="copyright text-muted small">Copyright © Intel Corporation. All Rights Reserved.</p>
  </div>
</footer>
</div>
+3 −2
Original line number Diff line number Diff line
@@ -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>
+12 −0
Original line number Diff line number Diff line
@@ -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;