Merge pull request #87 from phl0/monospace
Make all other tables also align with monospace font
This commit is contained in:
commit
06ce0cbd22
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue