Making WordPress.org

Ticket #3877: 3877.patch

File 3877.patch, 1.3 KB (added by keesiemeijer, 6 years ago)

Add overflow auto to homepage sections only

  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss

     
    513513                padding: 5rem 0 1rem;
    514514                margin-top: 60px;
    515515                margin-top: 6rem;
     516                overflow: auto;
    516517
    517518                .no-bullets {
    518519                        li {
     
    541542                /*background: #0073aa;*/
    542543                padding: 30px 0;
    543544                padding: 3rem 0;
    544                 overflow: auto;
    545545
    546546                .box {
    547547                        text-align: center;
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css

     
    856856  padding: 5rem 0 1rem;
    857857  margin-top: 60px;
    858858  margin-top: 6rem;
     859  overflow: auto;
    859860}
    860861
    861862.devhub-wrap .home-landing .section .no-bullets li {
     
    885886  /*background: #0073aa;*/
    886887  padding: 30px 0;
    887888  padding: 3rem 0;
    888   overflow: auto;
    889889}
    890890
    891891.devhub-wrap .section .box {