Make WordPress Core

Ticket #30252: 30252.diff

File 30252.diff, 385 bytes (added by iamtakashi, 12 years ago)

Add space between the header and the secondary

  • src/wp-content/themes/twentyfifteen/style.css

     
    26332633        }
    26342634
    26352635        .secondary {
    2636                 margin: 0 7.6923%;
     2636                margin: 7.6923% 7.6923% 0;
    26372637                padding: 7.6923% 7.6923% 0;
    26382638        }
    26392639