diff options
author | Thomas Willingham <founder@kakste.com> | 2013-10-26 13:48:44 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-10-26 13:48:44 +0100 |
commit | 2336eac00799b3122b84606a93c078f2f6476400 (patch) | |
tree | ce4119cfc76836a0a9c0e3dbd5388a5a86d34212 | |
parent | 0b0bd3c20765d267ec6d7cc261c7713917a22582 (diff) | |
download | volse-hubzilla-2336eac00799b3122b84606a93c078f2f6476400.tar.gz volse-hubzilla-2336eac00799b3122b84606a93c078f2f6476400.tar.bz2 volse-hubzilla-2336eac00799b3122b84606a93c078f2f6476400.zip |
Minor CSS - make full.css nav bar the same size as the nav bar
everywhere else.
-rw-r--r-- | view/css/full.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/full.css b/view/css/full.css index 5819b6b3a..2e710df1d 100644 --- a/view/css/full.css +++ b/view/css/full.css @@ -1,6 +1,6 @@ nav { - height: 94px; + height: 24px; display: block; } |