From 9dc0e659d6b851c30f945ea8fe1e6f45bb9465dd Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Sat, 9 Oct 2010 00:45:09 -0700 Subject: issue #1, need login link on profile pages --- view/theme/default/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'view') diff --git a/view/theme/default/style.css b/view/theme/default/style.css index af5c69496..ea176b705 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -57,6 +57,13 @@ code { blockquote:before { content: '>> '; } +.nav-login-link { + float: right; + margin-left: 0px; + margin-right: 3px; + padding: 3px; + font-size: 70%; +} /* NOTIFICATION */ #notification-show-hide-link { -- cgit v1.2.3