From 69fe1efa98ab9e08d416891f96e3c762f1ec0411 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Fri, 6 Aug 2010 17:02:05 -0700 Subject: added hearts --- view/profile.php | 2 +- view/style.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'view') diff --git a/view/profile.php b/view/profile.php index 8ec9ab599..57130c073 100644 --- a/view/profile.php +++ b/view/profile.php @@ -53,7 +53,7 @@ -
Status:
+
Status:
Status:
diff --git a/view/style.css b/view/style.css index 77f3d12c9..fa7fa58c0 100644 --- a/view/style.css +++ b/view/style.css @@ -39,6 +39,11 @@ img.photo { margin-left: 280px; } +.heart { + color: #FF0000; + font-size: 120%; +} + aside { position: absolute; left: 0px; -- cgit v1.2.3