Merge pull request #87 from phl0/monospace

Make all other tables also align with monospace font
This commit is contained in:
Florian (DF2ET) 2017-01-18 13:20:48 +01:00 committed by GitHub
commit 06ce0cbd22
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>