style tuning

This commit is contained in:
wixette 2020-03-08 17:39:04 +08:00
parent 692295ba8e
commit 5df474c81d
2 changed files with 6 additions and 5 deletions

View File

@ -81,7 +81,8 @@ main {
} }
footer { footer {
border-top: #ccc 1px solid;
font-size: 11px; font-size: 11px;
margin-top: 30px; margin: 20px 8px 0 8px;
text-align: center; text-align: center;
} }

View File

@ -566,6 +566,10 @@
</svg> </svg>
<div id="subheader-bar">
<div id="switchboard" class="l10n">Soft Switch Board</div>
</div>
</div> </div>
<div id="tab-debug"> <div id="tab-debug">
@ -584,10 +588,6 @@
</main> </main>
<div id="subheader-bar">
<div id="switchboard" class="l10n">Soft Switch Board</div>
</div>
<footer> <footer>
<p>&copy; 2020 wixette <p>&copy; 2020 wixette
<a href="/"><span id="back-home" class="l10n">Home</span></a> <a href="/"><span id="back-home" class="l10n">Home</span></a>