css stuff

This commit is contained in:
Vítor Santos Costa 2015-01-06 17:39:22 +00:00
parent 77c2d53445
commit f121a4a1bd
2 changed files with 7 additions and 0 deletions

View File

@ -37,6 +37,7 @@
<script type="text/javascript" src="$relpath^dynsections.js"></script>
<script type="text/javascript" src="$relpath^doxy-boot.js"></script>
<script src="$relpath^offcanvas.js"></script>
<link href="$relpath^yap.css" rel="stylesheet" type="text/css"/>
</body>
</html>

View File

@ -1,2 +1,8 @@
body { padding-top: 100px; }
/* set a max-width for horizontal fluid layout and make it centered */
.container-fluid {
margin-right: auto;
margin-left: auto;
max-width: 1600px; /* or 950px */
}