Changeset 1263
- Timestamp:
- 02/16/2015 10:25:10 PM (10 years ago)
- Location:
- sites/trunk/buddypress.org/public_html/wp-content
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php
r1262 r1263 541 541 width: 100%; 542 542 } 543 #wpadminbar #wp-toolbar a.ab-item, 544 #wpadminbar .quicklinks li#wp-admin-bar-bp-notifications > a { padding: 0; } 543 545 } 544 546 <?php endif; ?> -
sites/trunk/buddypress.org/public_html/wp-content/plugins/buddypress-org/toolbar.php
r1262 r1263 503 503 width: 100%; 504 504 } 505 #wpadminbar #wp-toolbar a.ab-item, 506 #wpadminbar .quicklinks li#wp-admin-bar-bp-notifications > a { padding: 0; } 505 507 } 506 508 -
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php
r1261 r1263 34 34 35 35 // Version of CSS 36 $version = '20150216 c';36 $version = '20150216d'; 37 37 38 38 // Base theme styling -
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css
r1262 r1263 144 144 #main { 145 145 margin: 0 auto; 146 width: 100%;147 146 padding: 24px 0; 148 147 position: relative; … … 192 191 193 192 div.content { 194 width: 700px;195 193 float: right; 196 194 } 197 195 div.leftcol { 198 width: 340px;199 196 float: left; 200 197 } 201 198 div.rightcol { 202 width: 340px;203 199 float: right; 204 200 } 205 201 div.sidebar { 206 width: 240px;207 202 float: left; 208 203 } … … 211 206 background: #eee; 212 207 margin: 0 0 24px 0; 213 }214 div.group div.content {215 width: 660px;216 }217 div.group div.sidebar {218 width: 200px;219 208 } 220 209 … … 1520 1509 width: 960px; 1521 1510 } 1511 div.content { 1512 width: 700px; 1513 } 1514 div.leftcol { 1515 width: 340px; 1516 } 1517 div.rightcol { 1518 width: 340px; 1519 } 1520 div.sidebar { 1521 width: 240px; 1522 } 1523 div.group div.content { 1524 width: 660px; 1525 } 1526 div.group div.sidebar { 1527 width: 200px; 1528 } 1522 1529 } 1523 1530 … … 1540 1547 margin: 0 auto; 1541 1548 padding: 0; 1542 width: 100%;1543 1549 } 1544 } 1550 #main { 1551 margin: 100px 10px 40px 10px; 1552 } 1553 }
Note: See TracChangeset
for help on using the changeset viewer.