css stuff
This commit is contained in:
parent
77c2d53445
commit
f121a4a1bd
@ -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