Changeset 8853
- Timestamp:
- 05/23/2019 04:04:22 PM (6 years ago)
- Location:
- sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php
r8852 r8853 55 55 56 56 // Version of CSS 57 $version = '20190523000 1';57 $version = '201905230002'; 58 58 59 59 // Base theme styling -
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css
r8852 r8853 1617 1617 } 1618 1618 1619 /* Shrink logo to make room for navigation */ 1620 @media screen and ( max-width: 820px ) { 1621 #header-inner h1 a { 1622 width: 65px !important; 1623 } 1624 } 1625 1619 1626 /* Do not fix #header for non-desktops */ 1620 1627 @media screen and ( max-width: 782px ) { … … 1623 1630 z-index: 999999; 1624 1631 position: absolute; 1625 }1626 #header-inner h1 a {1627 width: 65px !important;1628 1632 } 1629 1633 #wpadminbar { … … 1682 1686 border-radius: 0; 1683 1687 } 1688 #header #nav #bb-nav li.current a { 1689 color: #fff; 1690 } 1684 1691 #header #bb-nav, 1685 1692 #bbpress-forums .bbp-pagination-count,
Note: See TracChangeset
for help on using the changeset viewer.