Removed background color from bootstrap in contact form

This commit is contained in:
Christian Wolf 2017-12-04 11:47:53 +01:00
parent b5fefde376
commit ee6c01c71c

View File

@ -125,6 +125,12 @@ ul.nav-child > li > a:hover
background-color: inherit; background-color: inherit;
} }
.well
{
background-color: inherit;
}
/* /*
<?php <?php
print_r($params); print_r($params);