summaryrefslogtreecommitdiffstats
path: root/skins/standard/reports.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/standard/reports.css')
-rw-r--r--skins/standard/reports.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/skins/standard/reports.css b/skins/standard/reports.css
index 7679e32fc..904b8ed26 100644
--- a/skins/standard/reports.css
+++ b/skins/standard/reports.css
@@ -66,13 +66,20 @@
background-color: #cfffdf; /* light green */
}
-#tabular_report {
+.tabular_report_container {
+ /* Force tables to be horizontally centered */
+ margin-left: auto;
+ margin-right: auto;
+ text-align: center;
+}
+
+.tabular_report {
border: 1px dotted black;
border-collapse: collapse;
text-align: center;
}
-#tabular_report th, #tabular_report td {
+.tabular_report th, .tabular_report td {
border: 1px dotted;
padding: 0.2em;
}