Making WordPress.org


Ignore:
Timestamp:
11/08/2018 10:12:38 AM (8 years ago)
Author:
netweb
Message:

Support Forum: Updated bbPress templates and styles

See #3485.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss

    r7256 r7835  
    517517#bbpress-forums fieldset.bbp-form input {
    518518        border: 1px solid #ccc;
    519         outline-color: rgb(131, 189, 102);
     519        outline-color: rgb( 131, 189, 102 );
    520520}
    521521
     
    568568//      background: #f3f3f3;
    569569//      background-image:
    570 //        -webkit-gradient(
    571 //          linear,
    572 //          left top,
    573 //          left bottom,
    574 //          from(#fefefe),
    575 //          to(#f4f4f4)
    576 //         );
     570//  -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
    577571//      background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
    578572//      background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
     
    584578//      background: #f3f3f3;
    585579//      background-image:
    586 //        -webkit-gradient(
    587 //          linear,
    588 //          left top,
    589 //          left bottom,
    590 //          from(#fff),
    591 //          to(#f3f3f3)
    592 //        );
     580//  -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));
    593581//      background-image: -webkit-linear-gradient(top, #fff, #f3f3f3);
    594582//      background-image: linear-gradient(to bottom, #fff, #f3f3f3);
Note: See TracChangeset for help on using the changeset viewer.