Use monospace font for YSF table also

This commit is contained in:
phl0 2017-01-18 12:44:11 +01:00
parent 5ca47107e2
commit 6c4905aed1
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A
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