wp-content

wordpress/hph
Log | Files | Refs | README | LICENSE

commit 770c056eeb9f2f97b053b4dacfe300704bb33f5c
parent 7afc78a3c00d48a71832c93002c6e189434d7039
Author: Sean Enck <sean@ttypty.com>
Date:   Sun,  2 Nov 2025 14:47:48 -0500

fixing errant css

Diffstat:
Mplugins/hphp/utils/README.md | 2+-
Rplugins/hphp/utils/data-counter-table-generator -> plugins/hphp/utils/data-counter-tables-generator | 0
Mplugins/hphp/utils/data-counter-tables.css | 8++++----
3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/plugins/hphp/utils/README.md b/plugins/hphp/utils/README.md @@ -5,6 +5,6 @@ Provides helpers to generate usable web content to work with plugin generation ### tables -Use the `data-counter-table-generator <file>.json` (where the file is the +Use the `data-counter-tables-generator <file>.json` (where the file is the configured counters) to generate the HTML to place in a module and then also the baseline custom css as well is available diff --git a/plugins/hphp/utils/data-counter-table-generator b/plugins/hphp/utils/data-counter-tables-generator diff --git a/plugins/hphp/utils/data-counter-tables.css b/plugins/hphp/utils/data-counter-tables.css @@ -7,14 +7,14 @@ font-family: Arial, sans-serif !important; } -.hphp-bar-data-table-display tr { +.hphp-data-table-display tr { padding: 0 !important; margin: 0 !important; border: none !important; vertical-align: middle !important; } -.hphp-bar-data-table-display td { +.hphp-data-table-display td { border: none !important; padding: 5px !important; margin: 0 !important; @@ -24,8 +24,8 @@ } .hphp-icon-counter { - padding-right: 20px !important; - padding-left: 10px; + padding-right: 20px !important; + padding-left: 10px !important; } .hphp-label-cell {