From 79f0dfa8dda5062b66dfc22f07f42ea6604c8de2 Mon Sep 17 00:00:00 2001 From: "Mario \"Kuroir\" Ricalde" Date: Wed, 13 Feb 2013 01:49:43 -0600 Subject: Nav, user display size enforce and alignment. The avatar is now fixed to an acceptable size, which is enforced on the rendering level, rather than by the actual image. Also fixed the alignment issues. --- app/assets/stylesheets/gemeinschaft-generic.css.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'app/assets') diff --git a/app/assets/stylesheets/gemeinschaft-generic.css.scss b/app/assets/stylesheets/gemeinschaft-generic.css.scss index e594d67..044b87b 100644 --- a/app/assets/stylesheets/gemeinschaft-generic.css.scss +++ b/app/assets/stylesheets/gemeinschaft-generic.css.scss @@ -6,6 +6,17 @@ body { padding-top: 60px; padding-bottom: 40px; } + +// Nav +li.display { + line-height: 40px; + img { + vertical-align: middle; + width: 26px; + margin-top: -2px; + } +} + @media (max-width: 979px) { body { padding-top: 0px; -- cgit v1.2.3