Merge branch 'master' of ssh://git.dcc.fc.up.pt/yap-6.3
This commit is contained in:
commit
d3412c4d97
@ -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>
|
||||
|
||||
|
@ -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 */
|
||||
}
|
Reference in New Issue
Block a user