Changeset 4852
- Timestamp:
- 07/25/2011 08:42:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/default.css
r4851 r4852 335 335 --------------------------------------------------------------*/ 336 336 p { 337 margin- top: 15px;338 } 339 p: first-child {340 margin- top: 0;337 margin-bottom: 15px; 338 } 339 p:last-child { 340 margin-bottom: 0; 341 341 } 342 342 .accessibly-hidden { … … 1814 1814 margin-bottom: 0; 1815 1815 } 1816 table.profile-fields p { 1817 margin-top: 15px; 1818 } 1819 table.profile-fields p:last-child { 1820 margin-top: 0; 1821 } 1816 1822 div#sidebar table { 1817 1823 margin: 0 -16px;
Note: See TracChangeset
for help on using the changeset viewer.