Update styling
This commit is contained in:
parent
362bc58c1f
commit
9c46725c8c
@ -31,9 +31,6 @@ if ($form_submitted) {
|
||||
.narrow {
|
||||
width: 80%;
|
||||
}
|
||||
.off-the-wall {
|
||||
margin-left: 3em;
|
||||
}
|
||||
.with-breating-room {
|
||||
margin: 1.5em 1em;
|
||||
}
|
||||
@ -126,7 +123,8 @@ if ($form_submitted) {
|
||||
</form>
|
||||
</div>
|
||||
<?php if ($form_submitted): ?>
|
||||
<table class="bordered narrow off-the-wall">
|
||||
<div class="with-breathing-room height-padded width-padded">
|
||||
<table class="bordered narrow">
|
||||
<tr><th class="width-padded height-padded bordered" colspan="100%">
|
||||
Component table for <?php printf("%.3g Ω ", $tweeter_impedance) ?> tweeter
|
||||
and <?php printf("%.3g Ω", $woofer_impedance) ?> woofer
|
||||
@ -150,6 +148,7 @@ if ($form_submitted) {
|
||||
</tr>
|
||||
<?php endfor ?>
|
||||
</table>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user