Skip to:
Content

bbPress.org

Changeset 6605


Ignore:
Timestamp:
06/26/2017 12:40:23 PM (7 years ago)
Author:
johnjamesjacoby
Message:

Styling: More aggressively remove borders on anchor elements.

Some themes very stubbornly insist on having shadows & lines around them.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bbpress.php

    r6604 r6605  
    204204        /** Versions **********************************************************/
    205205
    206         $this->version    = '2.6-rc-6604';
     206        $this->version    = '2.6-rc-6606';
    207207        $this->db_version = '262';
    208208
  • trunk/src/templates/default/css/bbpress.css

    r6598 r6605  
    2929}
    3030
    31 .entry-content .bbpress-wrapper a,
    32 .entry-content .bbpress-wrapper a:hover {
    33     box-shadow: none;
    34     border: none;
    35 }
    36 
    37 #bbpress-forums hr {
    38     margin: 0 0 24px;
    39 }
    40 
    4131#bbpress-forums {
    4232    background: transparent;
     
    4535    overflow: hidden;
    4636    font-size: 12px;
     37}
     38
     39#bbpress-forums a,
     40#bbpress-forums a:hover {
     41    box-shadow: none;
     42    border: none;
     43}
     44
     45#bbpress-forums hr {
     46    margin: 0 0 24px;
    4747}
    4848
Note: See TracChangeset for help on using the changeset viewer.