diff options
Diffstat (limited to 'dash')
| -rw-r--r-- | dash/ads.php | 2 | ||||
| -rw-r--r-- | dash/css/dash.css | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/dash/ads.php b/dash/ads.php index 461d129..6674cf3 100644 --- a/dash/ads.php +++ b/dash/ads.php @@ -36,6 +36,8 @@ else ?> </div> <div id="fjfright"> + <p id="ebio"><?=(is_null($row['bio']) ? '<em>No bio included in profile.</em>' : htmlentities($row['bio']));?></p> + <div class="sep"></div> <h4>Respond to this Ad</h4> <p id="eemail"><a href="mailto:<?=htmlentities($row['email']);?>"><?=htmlentities($row['email']);?></a></p> <?php diff --git a/dash/css/dash.css b/dash/css/dash.css index 2e10f4f..334bcf8 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -216,3 +216,9 @@ body { #fulljob a:hover { color: #fb7700; } +.sep { + display: block; + width: 100%; + height: 1px; + background-color: #eeeeee; +} |
