diff --git src/bp-core/admin/css/common-rtl.css src/bp-core/admin/css/common-rtl.css
index 44168eb..5156874 100644
|
|
body.index_page_bp-about span.dashicons { |
24 | 24 | text-align: center; |
25 | 25 | } |
26 | 26 | |
| 27 | /* About Page - since 2.3.3 (WP 4.3) */ |
| 28 | |
| 29 | .about-wrap .two-col > div { |
| 30 | position: relative; |
| 31 | width: 47.6%; |
| 32 | margin-left: 4.799999999%; |
| 33 | float: right; |
| 34 | } |
| 35 | |
| 36 | .about-wrap [class$=col] .last-feature { |
| 37 | margin-left: 0; |
| 38 | } |
| 39 | |
| 40 | .about-wrap .feature-list.finer-points h4, |
| 41 | .about-wrap .feature-list.finer-points p { |
| 42 | margin-right: 115px; |
| 43 | } |
| 44 | |
27 | 45 | /* User's Lists |
28 | 46 | ------------------------------------------------------------------------------*/ |
29 | 47 | |
diff --git src/bp-core/admin/css/common.css src/bp-core/admin/css/common.css
index 0bd33ed..435a12a 100644
|
|
body.index_page_bp-about span.dashicons { |
24 | 24 | text-align: center; |
25 | 25 | } |
26 | 26 | |
| 27 | /* About Page - since 2.3.3 (WP 4.3) */ |
| 28 | |
| 29 | .about-wrap .two-col > div { |
| 30 | position: relative; |
| 31 | width: 47.6%; |
| 32 | margin-right: 4.799999999%; |
| 33 | float: left; |
| 34 | } |
| 35 | |
| 36 | .about-wrap [class$=col] .last-feature { |
| 37 | margin-right: 0; |
| 38 | } |
| 39 | |
| 40 | .about-wrap .feature-list.finer-points h4, |
| 41 | .about-wrap .feature-list.finer-points p { |
| 42 | margin-left: 115px; |
| 43 | } |
| 44 | |
27 | 45 | /* User's Lists |
28 | 46 | ------------------------------------------------------------------------------*/ |
29 | 47 | |