diff options
| author | cflem <carson.fl3ming@gmail.com> | 2016-12-31 00:09:53 -0700 |
|---|---|---|
| committer | cflem <carson.fl3ming@gmail.com> | 2016-12-31 00:09:53 -0700 |
| commit | c76aa8837c51fd074437c6807c4208e2909ee8c4 (patch) | |
| tree | 5e166b725e8e359250ee4b1e10699d75eccd945e /dash/settings.php | |
| parent | 249a05f91e9a5e6f553a1ba1fcfe6080bb841179 (diff) | |
| download | bulletin-c76aa8837c51fd074437c6807c4208e2909ee8c4.tar.gz | |
Styled settings.php
Diffstat (limited to 'dash/settings.php')
| -rw-r--r-- | dash/settings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dash/settings.php b/dash/settings.php index 3f27cca..8c29a90 100644 --- a/dash/settings.php +++ b/dash/settings.php @@ -8,10 +8,10 @@ require('header.php'); //} ?> - <div id="fulljob"> + <div id="fulljob" class="fjsettings"> <div id="fjheader"> <h3 id="fjhtitle">Account Settings</h3> - <p id="fjhdetails">Adjusting for <?=htmlentities($b_user['email']);?></p> + <p id="fjhdesc">Adjusting for <?=htmlentities($b_user['email']);?></p> </div> <div id="fjbody"> <h4>Current Password</h4> |
