Ticket #7314: 7314-css-workaround.patch
File 7314-css-workaround.patch, 1.2 KB (added by , 8 years ago) |
---|
-
src/bp-templates/bp-legacy/css/twentysixteen.css
58 58 * @section 1.0 - Theme - Structural Elements. overrides, Globals 59 59 *------------------------------------------------------------------------------- 60 60 */ 61 @media screen and (max-width: 905px) { 62 html.js body.no-js .site-header-menu { 63 display: none; 64 } 65 } 66 61 67 .buddypress div.clear { 62 68 display: none; 63 69 } -
src/bp-templates/bp-legacy/css/twentysixteen.scss
235 235 *------------------------------------------------------------------------------- 236 236 */ 237 237 238 @media screen and (max-width: 905px) { 238 239 240 html.js { 241 body.no-js { 242 .site-header-menu { 243 display: none; 244 } 245 } 246 } 239 247 248 } 249 240 250 .buddypress { 241 251 // Remove any empty clearing elements, CSS provides clearing. 242 252 div.clear {display: none;}