Merge pull request #86 from phl0/fixYSFtable

Use monospace font for YSF table also
This commit is contained in:
Florian (DF2ET) 2017-01-18 12:45:08 +01:00 committed by GitHub
commit e805667ad7
2 changed files with 6 additions and 1 deletions

View file

@ -12,3 +12,8 @@
font-family: monospace;
font-size: 14px;
}
.ysfGateways {
font-family: monospace;
font-size: 14px;
}

View file

@ -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