Use monospace font for YSF table also
This commit is contained in:
parent
5ca47107e2
commit
6c4905aed1
2 changed files with 6 additions and 1 deletions
|
@ -12,3 +12,8 @@
|
|||
font-family: monospace;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.ysfGateways {
|
||||
font-family: monospace;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<div class="panel-heading">YSFReflectors reported active</div>
|
||||
<!-- Tabelle -->
|
||||
<div class="table-responsive">
|
||||
<table id="ysfGateways" class="table table-condensed table-striped table-hover">
|
||||
<table id="ysfGateways" class="table ysfGateways table-condensed table-striped table-hover">
|
||||
|
||||
<?php
|
||||
|
||||
|
|
Loading…
Reference in a new issue