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 @@ */ ?>