1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Corrected user template markup and added more class ids for greater flexibility during theme development.

This commit is contained in:
Cameron
2016-04-07 16:41:31 -07:00
parent 87078b9e63
commit eaf23811f5
3 changed files with 40 additions and 30 deletions

View File

@@ -179,6 +179,10 @@ div.bbcode { margin: 15px 0px; clear: both; } /* layout control via bbcodes */
border-top: 1px solid rgba(170,170,170,0.35);
padding-top: 10px;
}
.panel-profile .panel-body div.row {
border-top: 1px solid rgba(170,170,170,0.35);
padding: 10px 0;
}