diff --git a/buddypress.org/public_html/wp-content/themes/bb-base/style.css b/buddypress.org/public_html/wp-content/themes/bb-base/style.css
index e42780aee..a1abee78a 100644
a
|
b
|
body.trac .attachment { |
1695 | 1695 | padding: 33px 20px 33px 33px; |
1696 | 1696 | text-decoration: none; |
1697 | 1697 | } |
| 1698 | #mobile-menu-button{ |
| 1699 | background-color: transparent; |
| 1700 | border: none; |
| 1701 | height: 81px; |
| 1702 | } |
1698 | 1703 | #header #nav, |
1699 | 1704 | #wporg-header #wporg-header-menu { |
1700 | 1705 | margin: 0; |
… |
… |
body.trac .attachment { |
1801 | 1806 | } |
1802 | 1807 | } |
1803 | 1808 | |
| 1809 | |