1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 09:39:55 +02:00

Contact form template upgraded to use Bootstrap markup.

This commit is contained in:
Cameron
2015-08-17 15:42:31 -07:00
parent c06a3ff5c3
commit e5a51fa99e
5 changed files with 42 additions and 34 deletions

View File

@@ -119,6 +119,7 @@ $EMAIL_TEMPLATE['default']['header'] = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHT
table.table {
border-collapse: collapse;
border-spacing: 0;
width:100%;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
background-color: #F9F9F9;