Style Overhaul #2

Merged
me merged 118 commits from dev into main 2025-01-29 13:28:33 -07:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit c50f790827 - Show all commits

View File

@ -35,6 +35,10 @@
}
/** Make the menu items centered and layout horizontal. **/
.menu {
padding-top: 10px;
padding-bottom: 10px;
}
.menu-list {
text-align: center;
list-style-type: none;

View File

@ -1,7 +1,6 @@
#!/usr/bin/php
<div class="row header">
<div class="row header menu">
<ul class="menu-list">
<br/>
<li class="col-1"></li>
<li class="col-2 menu-item"><a href="/home/">Android Apps</a></li>
<li class="col-2 menu-item"><a href="/media/">Books / Videos / Images</a></li>
@ -9,6 +8,5 @@
<li class="col-2 menu-item"><a href="/contact/">Contact Information</a></li>
<li class="col-2 menu-item"><a href="/support/">Support / Donate</a></li>
<li class="col-1"></li>
<br/>
</ul>
</div>