Merge pull request #86 from phl0/fixYSFtable
Use monospace font for YSF table also
This commit is contained in:
commit
e805667ad7
2 changed files with 6 additions and 1 deletions
|
@ -12,3 +12,8 @@
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ysfGateways {
|
||||||
|
font-family: monospace;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
<div class="panel-heading">YSFReflectors reported active</div>
|
<div class="panel-heading">YSFReflectors reported active</div>
|
||||||
<!-- Tabelle -->
|
<!-- Tabelle -->
|
||||||
<div class="table-responsive">
|
<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
|
<?php
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue