diff options
author | Sander van Leeuwen <sander@kraagjes.nl> | 2015-03-31 14:36:08 +0200 |
---|---|---|
committer | Sander van Leeuwen <sander@kraagjes.nl> | 2015-03-31 14:36:08 +0200 |
commit | 89f64f0f9d3cbf63fbb07b9861381505f124e762 (patch) | |
tree | 5eed2f18377a6397852bb5f8f338ede26b4b0753 /etc/inc/gmirror.inc | |
parent | 94404d94a6d2549f4a4f2275da03d9bf8fab6dfc (diff) | |
download | pfsense-89f64f0f9d3cbf63fbb07b9861381505f124e762.zip pfsense-89f64f0f9d3cbf63fbb07b9861381505f124e762.tar.gz |
- Consistent table styles (table table-striped table-hover)
- Wrap tables in table-responsive (excluding widgets)
Refs. #51
Diffstat (limited to 'etc/inc/gmirror.inc')
-rw-r--r-- | etc/inc/gmirror.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/gmirror.inc b/etc/inc/gmirror.inc index a421aed..24508e9 100644 --- a/etc/inc/gmirror.inc +++ b/etc/inc/gmirror.inc @@ -78,7 +78,7 @@ function gmirror_html_status() { } ?> -<table class="table table-striped"> +<table class="table table-striped table-hover"> <thead> <tr> <th>Name</td> |