From c41dea1e8b686eee4c0782ed5b55b5c554a82754 Mon Sep 17 00:00:00 2001 From: maxwell <maxwell@joindiaspora.com> Date: Tue, 27 Jul 2010 16:18:46 -0700 Subject: [PATCH] MS small profile tweaks --- app/views/people/show.html.haml | 3 ++- public/stylesheets/application.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml index 93a3fdebf5..a18a5528fe 100644 --- a/app/views/people/show.html.haml +++ b/app/views/people/show.html.haml @@ -22,8 +22,9 @@ %h1.pinched %span = "\"#{@latest_status_message.message}\"" + %span="posted: #{how_long_ago(@latest_status_message)}" - %h5="posted: #{how_long_ago(@latest_status_message)}" + .span-20.last diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 89fc077e27..fcbfed0cfb 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1,4 +1,4 @@ -q@font-face { +@font-face { font-family: "BrandonGrotesqueLightRegular"; src: url("brandongrotesque_light/Brandon_light-webfont.eot"); src: local("☺"), url("brandongrotesque_light/Brandon_light-webfont.woff") format("woff"), url("brandongrotesque_light/Brandon_light-webfont.ttf") format("truetype"), url("brandongrotesque_light/Brandon_light-webfont.svg#webfont") format("svg"); -- GitLab