aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-10-09 00:45:09 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-10-09 00:45:09 -0700
commit9dc0e659d6b851c30f945ea8fe1e6f45bb9465dd (patch)
tree469d7dcc0983dcfb4575e7397f08a596f1ba86b0 /view
parentbeb9fe3ff13091ddcad9d2bafa281ade9258b315 (diff)
downloadvolse-hubzilla-9dc0e659d6b851c30f945ea8fe1e6f45bb9465dd.tar.gz
volse-hubzilla-9dc0e659d6b851c30f945ea8fe1e6f45bb9465dd.tar.bz2
volse-hubzilla-9dc0e659d6b851c30f945ea8fe1e6f45bb9465dd.zip
issue #1, need login link on profile pages
Diffstat (limited to 'view')
-rw-r--r--view/theme/default/style.css7
1 files changed, 7 insertions, 0 deletions
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 {