Author: Peter Cowburn (salathe) Date: 2021-08-24T17:25:21+01:00 Commit: https://github.com/php/web-shared/commit/df9f9ab7586412081bf830d7518780b6ecf46760 Raw diff: https://github.com/php/web-shared/commit/df9f9ab7586412081bf830d7518780b6ecf46760.diff
remove unwanted(?) 80px right padding from tables If this padding is there for a reason, that reason is long forgotten. If anyone remembers, and it's a good reason, speak up! Changed paths: M styles/defaults.css M styles/master.css Diff: diff --git a/styles/defaults.css b/styles/defaults.css index 8ffd9e7..3c75a78 100644 --- a/styles/defaults.css +++ b/styles/defaults.css @@ -227,7 +227,6 @@ section.fullscreen .current:before { table { border-spacing: 0; width: 100%; - padding-right: 80px; } tbody tr:nth-child(odd) { background-color: #bbd; diff --git a/styles/master.css b/styles/master.css index 0fee721..d5b2dd1 100644 --- a/styles/master.css +++ b/styles/master.css @@ -17,7 +17,6 @@ nav#resources a { #users { border-spacing: 0; width: 100%; - padding-right: 80px; } #users thead tr, #users tfoot tr { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php