Changeset 1261
- Timestamp:
- 02/16/2015 09:48:04 PM (10 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
r1260 r1261 34 34 35 35 // Version of CSS 36 $version = '20150216 b';36 $version = '20150216c'; 37 37 38 38 // Base theme styling -
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css
r1260 r1261 1517 1517 @media screen and ( max-width: 782px ) { 1518 1518 #header { 1519 top: 46px;1519 top: 0; 1520 1520 z-index: 0; 1521 1521 position: absolute; 1522 1522 } 1523 #wpadminbar { 1524 position: absolute; 1525 } 1523 1526 } 1524 1527 1525 1528 /* Force widths for desktops */ 1526 @media screen and ( m ax-width: 960px ) {1529 @media screen and ( min-width: 960px ) { 1527 1530 #header-inner { 1528 1531 width: 960px;
Note: See TracChangeset
for help on using the changeset viewer.