Merge branch 'master' of ssh://git.dcc.fc.up.pt/yap-6.3

This commit is contained in:
Vitor Santos Costa 2015-01-06 17:48:47 +00:00
commit d3412c4d97
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 */
}