X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=css%2Fcssfreeside2.css;h=25bc935fff991b07ebcace074c3c035b2d34a9c1;hb=66ba72dd6ee1fae89ddc17e672bccd15020c2ef5;hp=b22981deecacf60a598da1988549029c8f8f380d;hpb=376922e22be87cdada17cabce8d8c29a03e0edd5;p=www.git diff --git a/css/cssfreeside2.css b/css/cssfreeside2.css index b22981d..25bc935 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 { @@ -965,3 +968,44 @@ table.support-plans .no { color: #800000; font-size: 20px; } + +table.comparison th { + background-color:#FFFFFF; + border-right: 1px solid #999999; + border-bottom: 1px solid #DDDDDD; + padding-top: 8px; + vertical-align: middle; +/* + border-style:none; + padding: 10px; +*/ +} + +table.comparison td { + background-color:#FFFFFF; + text-align: center; + border-top: none; + border-left: none; + border-bottom: 1px solid #DDDDDD; + border-right: 1px solid #999999; +} + +table.comparison .yes { + color: #008000; + font-size: 26px; +} + +table.comparison .smyes { + color: #004000; + font-weight: bold; +} + +table.comparison .no { + color: #800000; + font-size: 20px; +} + +table.comparison .maybe { + color: #CCCC00; + font-weight: bold; +}