diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-07-01 21:45:14 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-07-01 21:45:14 -0700 |
commit | 0ea4b54c165600a01642810ebe6f9349f0740c49 (patch) | |
tree | f5806c9cee81d61ff4aedf7a6a7cdac5101f697b | |
parent | 376922e22be87cdada17cabce8d8c29a03e0edd5 (diff) |
replication support add-on, re-do support contract info
-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> |