From 70c911018b9429600c24978023e49822494ab725 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Wed, 12 Feb 2014 21:32:47 -0500 Subject: [PATCH 1/2] adding style for full-name in user meta on posts --- app/assets/stylesheets/desktop/topic-post.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 45656dc9239..e2173e0560a 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -483,9 +483,15 @@ iframe { } + h3.full-name { + display: inline; + font-weight: normal; + font-size: 12px; + a {color: $primary;} - + } } + h3 { display: block; } } From 7b53efe356a74a8e090472609c8df9cf9e7d03b2 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Wed, 12 Feb 2014 21:39:37 -0500 Subject: [PATCH 2/2] adding style for full-name on topic post user meta data --- app/assets/stylesheets/desktop/topic-post.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index e2173e0560a..d3466a87fab 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -487,6 +487,7 @@ iframe { display: inline; font-weight: normal; font-size: 12px; + margin-top: 2px; a {color: $primary;} }