Making WordPress.org

Changeset 4774


Ignore:
Timestamp:
01/24/2017 11:08:08 PM (8 years ago)
Author:
mapk
Message:

Support Forums: Fixing subnav for IE11

IE11 doesn't read the 'inherit' attribute correctly for the .main-navigation selector, so I had to change it to work better in IE.

Props Guido07111975

Fixes #2366

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support
Files:
2 edited

Legend:

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

    r4615 r4774  
    204204    .main-navigation {
    205205        float: right;
    206         position: initial;
    207         width: initial;
     206        position: relative;
     207        width: auto;
     208        top: auto;
    208209
    209210        &.toggled {
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css

    r4768 r4774  
    343343}
    344344
    345 .bbp-topic-header .bbp-meta .bbp-topic-permalink,
    346 .bbp-reply-header .bbp-meta .bbp-reply-permalink {
    347     float: none;
    348     margin-left: 0;
    349     color: #0073aa;
    350 }
    351 
    352345/* Notices */
    353346div.bbp-template-notice,
     
    408401.sidebar .topic-info li.topic-resolved:before {
    409402    content: "\f546";
    410 }
    411 
    412 .sidebar li.create-topic a:before, .sidebar li.create-topic .bbpress #bbpress-forums p.bbp-topic-meta a:before, .bbpress #bbpress-forums p.bbp-topic-meta .sidebar li.create-topic a:before,
    413 .sidebar li.create-reply a:before,
    414 .sidebar li.create-reply .bbpress #bbpress-forums p.bbp-topic-meta a:before, .bbpress #bbpress-forums p.bbp-topic-meta
    415 .sidebar li.create-reply a:before {
    416     content: "\f132";
    417403}
    418404
     
    47324718    .main-navigation {
    47334719        float: right;
    4734         position: initial;
    4735         width: initial;
     4720        position: relative;
     4721        width: auto;
     4722        top: auto;
    47364723    }
    47374724    .main-navigation.toggled {
Note: See TracChangeset for help on using the changeset viewer.