Make all other tables also align with monospace font

This commit is contained in:
phl0 2017-01-18 13:17:41 +01:00
parent e805667ad7
commit 1e0aea4026
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
<div class="panel-heading">Disk Use</div>
<!-- Tabelle -->
<div class="table-responsive">
<table id="diskuse" class="table table-condensed table-striped table-hover">
<table id="diskuse" class="table diskuse table-condensed table-striped table-hover">
<thead>
<tr>
<th class="w10p filesystem">File System</th>

View file

@ -3,7 +3,7 @@
<div class="panel-heading">Repeater Info</div>
<!-- Tabelle -->
<div class="table-responsive">
<table class="table">
<table class="table repeaterinfo">
<tr>
<th>Current Mode</th>
<th>D-Star linked to</th>

View file

@ -3,7 +3,7 @@
<div class="panel-heading">System Info</div>
<!-- Tabelle -->
<div class="table-responsive">
<table id="sysinfo" class="table table-condensed">
<table id="sysinfo" class="table sysinfo table-condensed">
</table>
</div>
</div>