Changeset 9899
- Timestamp:
- 05/30/2015 05:57:06 PM (9 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy/css
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css
r9895 r9899 640 640 *----------------------------------------------------------- 641 641 */ 642 #item-body h1, #item-body h2, #item-body h3, #item-body h4, #item-body h5, #item-body h6 { 643 margin: 1em 0; } 644 #item-body h1 a, #item-body h2 a, #item-body h3 a, #item-body h4 a, #item-body h5 a, #item-body h6 a { 645 border-bottom: 0; } 646 642 647 /** 643 648 *---------------------------------------------------- … … 656 661 color: #fff; 657 662 padding: 0.2em; } 663 .groups #group-settings-form #request-list h4 { 664 background: none; 665 color: inherit; } 658 666 659 667 .groups.edit-details #group-settings-form label { -
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.css
r9895 r9899 640 640 *----------------------------------------------------------- 641 641 */ 642 #item-body h1, #item-body h2, #item-body h3, #item-body h4, #item-body h5, #item-body h6 { 643 margin: 1em 0; } 644 #item-body h1 a, #item-body h2 a, #item-body h3 a, #item-body h4 a, #item-body h5 a, #item-body h6 a { 645 border-bottom: 0; } 646 642 647 /** 643 648 *---------------------------------------------------- … … 656 661 color: #fff; 657 662 padding: 0.2em; } 663 .groups #group-settings-form #request-list h4 { 664 background: none; 665 color: inherit; } 658 666 659 667 .groups.edit-details #group-settings-form label { -
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss
r9895 r9899 1237 1237 *----------------------------------------------------------- 1238 1238 */ 1239 1239 // Manage the margins inherited from 2015 inside the item-body sections 1240 // generally far too large a top margin for headings in our lists 1241 #item-body { 1242 h1, 1243 h2, 1244 h3, 1245 h4, 1246 h5, 1247 h6 { 1248 margin: 1em 0; 1249 1250 a {border-bottom: 0;} 1251 } 1252 } 1240 1253 /** 1241 1254 *---------------------------------------------------- … … 1259 1272 color: $content-background; 1260 1273 padding: 0.2em; 1274 } 1275 // remove backgrounds from request list member names. 1276 #request-list { 1277 h4 { 1278 background: none; 1279 color: inherit; 1280 } 1261 1281 } 1262 1282 }
Note: See TracChangeset
for help on using the changeset viewer.