Ticket #3572: 3572.patch
File 3572.patch, 5.2 KB (added by , 16 months ago) |
---|
-
buddypress.org/public_html/wp-content/themes/bb-base/style.css
169 169 170 170 div.feature { 171 171 float: left; 172 width: 225px; 173 margin: 0 20px 20px 0; 172 width: 25%; 174 173 font-size: 12px; 175 174 line-height: 22px; 176 175 } 176 177 @media screen and (max-width: 700px) { 178 div.feature { 179 width: 50%; 180 } 181 } 182 177 183 div.sidebar div.feature { 178 184 margin: 0 0 24px 0; 179 185 } … … 550 556 text-decoration: underline; 551 557 } 552 558 559 #links h4 { 560 padding-left: 10px; 561 } 562 563 #lead-developers h3 { 564 padding-left: 10px; 565 } 566 567 #contributing-developers h3 { 568 padding-left: 10px; 569 } 570 571 #design h3 { 572 padding-left: 10px; 573 } 574 575 #documentation-and-support h3 { 576 padding-left: 10px; 577 } 578 579 #developer-emeriti h3 { 580 padding-left: 10px; 581 } 582 583 #also h3 { 584 padding-left: 10px; 585 } 586 553 587 /* =Images 554 588 -------------------------------------------------------------- */ 555 589 … … 1673 1707 width: 100%; 1674 1708 } 1675 1709 #main { 1676 margin: 10 0px 10px 40px 10px;1710 margin: 10px 10px 10px 10px; 1677 1711 } 1678 1712 body:not(.trac):not(.home-page) #main { 1679 1713 margin-top: 140px; -
buddypress.org/public_html/wp-content/themes/codex-bbpress-org/front-page.php
16 16 $count = count( $terms ); 17 17 18 18 if ( $count > 0 ) { 19 echo '<div style="width: 24%; float: left;">';19 echo '<div style="width: 50%; float: left;">'; 20 20 echo '<h2>Components</h2>'; 21 21 echo '<ul>'; 22 22 foreach ( $terms as $term ) { … … 34 34 $count = count( $terms ); 35 35 36 36 if ( $count > 0 ) { 37 echo '<div style="width: 24%; float: left;">';37 echo '<div style="width: 50%; float: left;">'; 38 38 echo '<h2>Versions</h2>'; 39 39 echo '<ul>'; 40 40 foreach ( $terms as $term ) { … … 52 52 $count = count( $terms ); 53 53 54 54 if ( $count > 0 ) { 55 echo '<div style="width: 24%; float: left;">';55 echo '<div style="width: 50%; float: left;">'; 56 56 echo '<h2>Types</h2>'; 57 57 echo '<ul>'; 58 58 foreach ( $terms as $term ) { … … 70 70 $count = count( $terms ); 71 71 72 72 if ( $count > 0 ) { 73 echo '<div style="width: 24%; float: left;">';73 echo '<div style="width: 50%; float: left;">'; 74 74 echo '<h2>Contexts</h2>'; 75 75 echo '<ul>'; 76 76 foreach ( $terms as $term ) { -
buddypress.org/public_html/wp-content/themes/codex-buddypress-org/front-page.php
16 16 $count = count( $terms ); 17 17 18 18 if ( $count > 0 ) { 19 echo '<div style="width: 24%; float: left;">';19 echo '<div style="width: 50%; float: left;">'; 20 20 echo '<h2>Components</h2>'; 21 21 echo '<ul>'; 22 22 foreach ( $terms as $term ) { … … 34 34 $count = count( $terms ); 35 35 36 36 if ( $count > 0 ) { 37 echo '<div style="width: 24%; float: left;">';37 echo '<div style="width: 50%; float: left;">'; 38 38 echo '<h2>Versions</h2>'; 39 39 echo '<ul>'; 40 40 foreach ( $terms as $term ) { … … 52 52 $count = count( $terms ); 53 53 54 54 if ( $count > 0 ) { 55 echo '<div style="width: 24%; float: left;">';55 echo '<div style="width: 50%; float: left;">'; 56 56 echo '<h2>Types</h2>'; 57 57 echo '<ul>'; 58 58 foreach ( $terms as $term ) { … … 70 70 $count = count( $terms ); 71 71 72 72 if ( $count > 0 ) { 73 echo '<div style="width: 24%; float: left;">';73 echo '<div style="width: 50%; float: left;">'; 74 74 echo '<h2>Contexts</h2>'; 75 75 echo '<ul>'; 76 76 foreach ( $terms as $term ) { -
wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
1666 1666 } 1667 1667 } 1668 1668 1669 .wp-block-group.global-header .wp-block-image>a { 1670 padding-bottom: 33px; 1671 padding-top: 0px; 1672 } 1673 .wp-block-group.global-header .global-header__desktop-get-wordpress-container { 1674 padding-top: 33px; 1675 } -
wordpress.tv/public_html/wp-content/themes/wptv2/style.css
269 269 padding: 0 5px; 270 270 } 271 271 272 #menu li a:hover { 273 color: red !important; 274 } 275 272 276 #menu #searchform { 273 277 margin: 0 0 0 15px; 274 278 } … … 2094 2098 .video-list { 2095 2099 display: flex; 2096 2100 flex-wrap: wrap; 2101 justify-content: center; 2097 2102 margin: 0 -5px; 2098 2103 } 2099 2104 2100 2105 .video-list:after { 2101 2106 content: ''; 2102 flex: auto;2103 2107 } 2104 2108 2105 2109 .video-list li {