From 13d4c1fe0642e6638695e25f3674c178e1d40f70 Mon Sep 17 00:00:00 2001 From: Jimmie Glover Date: Sat, 30 Jun 2012 15:09:22 -0500 Subject: [PATCH] resized user picture on nodes, fixes #179 --- .../css/townsquare-bootstrap.css | 12 ++++++++++++ themes/townsquare_bootstrap/templates/node.tpl.php | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/themes/townsquare_bootstrap/css/townsquare-bootstrap.css b/themes/townsquare_bootstrap/css/townsquare-bootstrap.css index 70b0282..8c50c85 100644 --- a/themes/townsquare_bootstrap/css/townsquare-bootstrap.css +++ b/themes/townsquare_bootstrap/css/townsquare-bootstrap.css @@ -154,6 +154,18 @@ legend { color: #fff; } +.node .user-picture { + float:left; + width:32px; + height:32px; + margin-right: 10px; +} + +.node .submitted { + margin-top: 10px; + font-size: 16px; +} + @media (max-width: 979px) { body { padding-top: 0; diff --git a/themes/townsquare_bootstrap/templates/node.tpl.php b/themes/townsquare_bootstrap/templates/node.tpl.php index 6d0f489..e5d4203 100644 --- a/themes/townsquare_bootstrap/templates/node.tpl.php +++ b/themes/townsquare_bootstrap/templates/node.tpl.php @@ -79,7 +79,7 @@ */ ?>
> - +
@@ -93,7 +93,7 @@
- +
>