Ticket #8903: 8903.patch
File 8903.patch, 3.5 KB (added by , 17 months ago) |
---|
-
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.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 {