mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 00:31:59 +02:00
CSS and adjusted layout.erb for new dashboard design (non-dashboard pages need to be fixed)
This commit is contained in:
parent
1124ab6c87
commit
f9f90b6f6d
2 changed files with 112 additions and 21 deletions
|
@ -50,21 +50,15 @@
|
|||
</head>
|
||||
|
||||
<body class="interior">
|
||||
|
||||
<div class="page">
|
||||
|
||||
<%= erb :'_header', layout: false %>
|
||||
|
||||
<main class="content-Base">
|
||||
<%= yield %>
|
||||
</main>
|
||||
|
||||
<footer class="footer-Base">
|
||||
<%= erb :'_footer', layout: false %>
|
||||
</footer>
|
||||
|
||||
<%= erb :'_header', layout: false %>
|
||||
|
||||
<%= yield %>
|
||||
</div> <!-- end .page -->
|
||||
|
||||
<footer class="footer-Base">
|
||||
<%= erb :'_footer', layout: false %>
|
||||
</footer>
|
||||
|
||||
<!-- scripts -->
|
||||
<script src="assets/scripts/jquery-1.10.1.min.js"></script>
|
||||
<script src="assets/scripts/nav.min.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue