diff options
author | friendica <info@friendica.com> | 2014-08-18 20:03:48 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-18 20:03:48 -0700 |
commit | b522ab13cbf7653dcc5e0f91b10eed0a63560ecb (patch) | |
tree | fa32709a73ae73c4300b29128f1312ef5833d4d6 /view/theme | |
parent | d9ff121930554aa9bcad4f4ceffeb9b5e3b83d17 (diff) | |
download | volse-hubzilla-b522ab13cbf7653dcc5e0f91b10eed0a63560ecb.tar.gz volse-hubzilla-b522ab13cbf7653dcc5e0f91b10eed0a63560ecb.tar.bz2 volse-hubzilla-b522ab13cbf7653dcc5e0f91b10eed0a63560ecb.zip |
nav channel selection
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 889988d48..478f1efee 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -177,6 +177,8 @@ nav #banner #logo-text a { } nav #banner #logo-text a:hover { text-decoration: none; } +.nav-channel-select { margin-left: 8px; } + header #banner { /* overflow: hidden; */ text-align: center; |