Changeset 11712
- Timestamp:
- 10/10/2017 10:06:01 AM (9 years ago)
- Location:
- branches/2.9/src/bp-core/admin/css
- Files:
-
- 2 edited
-
common-rtl.css (modified) (3 diffs)
-
common.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.9/src/bp-core/admin/css/common-rtl.css
r11646 r11712 48 48 } 49 49 50 .buddypress code { 50 .index_page_bp-credits code, 51 .index_page_bp-about code { 51 52 background-color: #e0e0e0; 52 53 color: #636363; … … 360 361 } 361 362 363 .buddypress .bp-changelog { 364 margin-bottom: 0; 365 } 366 362 367 .buddypress .bp-changelog-section .changelog-title { 363 margin-bottom: 1.5em;368 margin-bottom: 0.5em; 364 369 } 365 370 … … 376 381 margin-top: 0; 377 382 padding-bottom: 0.5em; 383 width: 100%; 384 } 385 386 .buddypress .bp-three-column .bp-column { 378 387 width: 100%; 379 388 } -
branches/2.9/src/bp-core/admin/css/common.css
r11646 r11712 48 48 } 49 49 50 .buddypress code { 50 .index_page_bp-credits code, 51 .index_page_bp-about code { 51 52 background-color: #e0e0e0; 52 53 color: #636363; … … 360 361 } 361 362 363 .buddypress .bp-changelog { 364 margin-bottom: 0; 365 } 366 362 367 .buddypress .bp-changelog-section .changelog-title { 363 margin-bottom: 1.5em;368 margin-bottom: 0.5em; 364 369 } 365 370 … … 376 381 margin-top: 0; 377 382 padding-bottom: 0.5em; 383 width: 100%; 384 } 385 386 .buddypress .bp-three-column .bp-column { 378 387 width: 100%; 379 388 }
Note: See TracChangeset
for help on using the changeset viewer.