diff options
-rw-r--r-- | css/cssfreeside2.css | 5 | ||||
-rw-r--r-- | services.html | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/css/cssfreeside2.css b/css/cssfreeside2.css index b22981d..bf7e3ee 100644 --- a/css/cssfreeside2.css +++ b/css/cssfreeside2.css @@ -947,8 +947,11 @@ table.support-plans th { table.support-plans td { background-color:#FFFFFF; - border-style:none; text-align: center; + border-top: none; + border-left: none; + border-right: none; + border-bottom: 1px solid #CCCCCC; } table.support-plans .yes { diff --git a/services.html b/services.html index 12a0c7c..f6d778c 100644 --- a/services.html +++ b/services.html @@ -109,7 +109,7 @@ <table class="support-plans"> <tr> - <td><!--<B>Services included</B>--></td> + <th><!--<B>Services included</B>--></th> <th STYLE="background-color: #EDB53B"><B>Bronze</B></th> <th STYLE="background-color: #DDDDDD"><B>Silver</B></th> <th STYLE="background-color: #FFEF04"><B>Gold</B></th> |