Skip to content

Commit

Permalink
fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisSimon committed Feb 10, 2016
1 parent 94e01f6 commit 253bf8e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions resources/documentation/buildandinstall.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@

<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">

<style>
h1, .jumbotron h1 {
font-size: 40px;
}
img {
display: block;
}
img.inline {
display: inline;
}
pre {
text-align: left;
}
</style>
</head>
<style>
h1, .jumbotron h1 {
font-size: 40px;
}
img {
display: block;
}
img.inline {
display: inline;
}
pre {
text-align: left;
}
</style>

<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
Expand Down

0 comments on commit 253bf8e

Please sign in to comment.