diff options
-rw-r--r-- | pages/wot/6.php | 2 | ||||
-rw-r--r-- | www/styles/default.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pages/wot/6.php b/pages/wot/6.php index 3a4b1df..22bdd85 100644 --- a/pages/wot/6.php +++ b/pages/wot/6.php @@ -67,7 +67,7 @@ AssureHead(_("Assurance Confirmation"),sprintf(_("Please check the following details match against what you witnessed when you met %s in person. You MUST NOT proceed unless you are sure the details are correct. You may be held responsible by the CAcert Arbitrator for any issues with this Assurance."), $fname)); AssureTextLine(_("Name"), sprintf( - "<span class=\"accountdetail name\"><span class=\"accountdetail fname\">%s</span> <span class=\"accountdetail mname\">%s</span> <span class=\"accountdetail lname\">%s</span> <span class=\"suffix\">%s</span></span>", + "<span class=\"accountdetail name\"><span class=\"accountdetail fname\">%s</span> <span class=\"accountdetail mname\">%s</span> <span class=\"accountdetail lname\">%s</span> <span class=\"accountdetail suffix\">%s</span></span>", $fname, $mname, $lname, $suffix )); AssureTextLine(_("Date of Birth"),$dob_print); diff --git a/www/styles/default.css b/www/styles/default.css index f5416f2..ce48cd8 100644 --- a/www/styles/default.css +++ b/www/styles/default.css @@ -683,9 +683,9 @@ div.footerbar { color:#006; font-weight:bold; background-color: #f0fef0; background-color: rgba(0, 0, 102, 0.05); - } +} -.accountdetail.suffix, .suffix{ +.accountdetail.suffix{ color:#660; background-color: #ffffdd; background-color: rgba(102, 102, 0, 0.05); |