Changeset 1745
- Timestamp:
- 07/17/2015 03:18:01 AM (11 years ago)
- Location:
- sites/trunk/buddypress.org/public_html/wp-content/themes
- Files:
-
- 3 edited
-
codex-bbpress-org/style.css (modified) (1 diff)
-
codex-buddypress-org/less/b_footer.less (modified) (1 diff)
-
codex-buddypress-org/screen.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/style.css
r1644 r1745 47 47 .footer-meta-wrap .footer-meta { 48 48 margin: 0 auto; 49 width: 100%;49 width: 960px; 50 50 padding: 24px 0; 51 51 overflow: auto; -
sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/less/b_footer.less
r1262 r1745 10 10 .footer-meta { 11 11 margin: 0 auto; 12 width: 100%;12 width: 960px; 13 13 padding: 24px 0; 14 14 overflow: auto; -
sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/screen.css
r1262 r1745 127 127 .footer-meta-wrap .footer-meta { 128 128 margin: 0 auto; 129 width: 100%;129 width: 960px; 130 130 padding: 24px 0; 131 131 overflow: auto;
Note: See TracChangeset
for help on using the changeset viewer.