Making WordPress.org

Ticket #3345: 3345.patch

File 3345.patch, 657 bytes (added by chetan200891, 6 years ago)

Created patch to make table padding consistent.

  • wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css

     
    22722272
    22732273.single-command #content table thead th {
    22742274  font-weight: bold;
    2275   padding: .7rem .4rem;
    22762275}
    22772276
    22782277.single-command #content table th, .single-command #content table td {
    2279   padding: .4rem;
     2278  padding: 1em;
    22802279  margin: 0;
    22812280  font-weight: normal;
    22822281  text-align: left;