diff options
author | friendica <info@friendica.com> | 2013-10-09 03:26:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-09 03:26:24 -0700 |
commit | 1e7034c4da11bd46cafad471de714ace3c0b5ab8 (patch) | |
tree | 96174d7511b335ef00fbc16cecc6553b04431d40 /view/theme/redbasic | |
parent | 95f29743f17fa990e5cc5a1399825e4756f67a10 (diff) | |
download | volse-hubzilla-1e7034c4da11bd46cafad471de714ace3c0b5ab8.tar.gz volse-hubzilla-1e7034c4da11bd46cafad471de714ace3c0b5ab8.tar.bz2 volse-hubzilla-1e7034c4da11bd46cafad471de714ace3c0b5ab8.zip |
nav icons
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 557e29e83..3b4252cee 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3114,7 +3114,7 @@ header { font-size: 10px; padding: 1px 3px; top: 0px; - right: -10px; + right: -5px; min-width: 15px; text-align: right; } @@ -3413,4 +3413,8 @@ margin-right: 50px; .comment-icon, .jot-icons { font-size: 1.2em; +} +.nav-icon { + font-size: 1.4em; + margin-right: 15px; }
\ No newline at end of file |