Skip to:
Content

bbPress.org

Ticket #3572: 3572.patch

File 3572.patch, 5.2 KB (added by pitamdey, 16 months ago)

after applying this solution the issue is resolved

  • buddypress.org/public_html/wp-content/themes/bb-base/style.css

     
    169169
    170170div.feature {
    171171        float: left;
    172         width: 225px;
    173         margin: 0 20px 20px 0;
     172        width: 25%;
    174173        font-size: 12px;
    175174        line-height: 22px;
    176175}
     176
     177@media screen and (max-width: 700px) {
     178        div.feature {
     179                width: 50%;
     180        }
     181}
     182
    177183div.sidebar div.feature {
    178184        margin: 0 0 24px 0;
    179185}
     
    550556        text-decoration: underline;
    551557}
    552558
     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
    553587/* =Images
    554588-------------------------------------------------------------- */
    555589
     
    16731707                width: 100%;
    16741708        }
    16751709        #main {
    1676                 margin: 100px 10px 40px 10px;
     1710                margin: 10px 10px 10px 10px;
    16771711        }
    16781712        body:not(.trac):not(.home-page) #main {
    16791713                margin-top: 140px;
  • buddypress.org/public_html/wp-content/themes/codex-bbpress-org/front-page.php

     
    1616                                        $count = count( $terms );
    1717
    1818                                        if ( $count > 0 ) {
    19                                                 echo '<div style="width: 24%; float: left;">';
     19                                                echo '<div style="width: 50%; float: left;">';
    2020                                                echo '<h2>Components</h2>';
    2121                                                echo '<ul>';
    2222                                                foreach ( $terms as $term ) {
     
    3434                                        $count = count( $terms );
    3535
    3636                                        if ( $count > 0 ) {
    37                                                 echo '<div style="width: 24%; float: left;">';
     37                                                echo '<div style="width: 50%; float: left;">';
    3838                                                echo '<h2>Versions</h2>';
    3939                                                echo '<ul>';
    4040                                                foreach ( $terms as $term ) {
     
    5252                                        $count = count( $terms );
    5353
    5454                                        if ( $count > 0 ) {
    55                                                 echo '<div style="width: 24%; float: left;">';
     55                                                echo '<div style="width: 50%; float: left;">';
    5656                                                echo '<h2>Types</h2>';
    5757                                                echo '<ul>';
    5858                                                foreach ( $terms as $term ) {
     
    7070                                        $count = count( $terms );
    7171
    7272                                        if ( $count > 0 ) {
    73                                                 echo '<div style="width: 24%; float: left;">';
     73                                                echo '<div style="width: 50%; float: left;">';
    7474                                                echo '<h2>Contexts</h2>';
    7575                                                echo '<ul>';
    7676                                                foreach ( $terms as $term ) {
  • buddypress.org/public_html/wp-content/themes/codex-buddypress-org/front-page.php

     
    1616                                        $count = count( $terms );
    1717
    1818                                        if ( $count > 0 ) {
    19                                                 echo '<div style="width: 24%; float: left;">';
     19                                                echo '<div style="width: 50%; float: left;">';
    2020                                                echo '<h2>Components</h2>';
    2121                                                echo '<ul>';
    2222                                                foreach ( $terms as $term ) {
     
    3434                                        $count = count( $terms );
    3535
    3636                                        if ( $count > 0 ) {
    37                                                 echo '<div style="width: 24%; float: left;">';
     37                                                echo '<div style="width: 50%; float: left;">';
    3838                                                echo '<h2>Versions</h2>';
    3939                                                echo '<ul>';
    4040                                                foreach ( $terms as $term ) {
     
    5252                                        $count = count( $terms );
    5353
    5454                                        if ( $count > 0 ) {
    55                                                 echo '<div style="width: 24%; float: left;">';
     55                                                echo '<div style="width: 50%; float: left;">';
    5656                                                echo '<h2>Types</h2>';
    5757                                                echo '<ul>';
    5858                                                foreach ( $terms as $term ) {
     
    7070                                        $count = count( $terms );
    7171
    7272                                        if ( $count > 0 ) {
    73                                                 echo '<div style="width: 24%; float: left;">';
     73                                                echo '<div style="width: 50%; float: left;">';
    7474                                                echo '<h2>Contexts</h2>';
    7575                                                echo '<ul>';
    7676                                                foreach ( $terms as $term ) {
  • wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

     
    16661666        }
    16671667}
    16681668
     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

     
    269269        padding: 0 5px;
    270270}
    271271
     272#menu li a:hover {
     273        color: red !important;
     274}
     275
    272276#menu #searchform {
    273277        margin: 0 0 0 15px;
    274278}
     
    20942098.video-list {
    20952099        display: flex;
    20962100        flex-wrap: wrap;
     2101        justify-content: center;
    20972102        margin: 0 -5px;
    20982103}
    20992104
    21002105.video-list:after {
    21012106        content: '';
    2102         flex: auto;
    21032107}
    21042108
    21052109.video-list li {