diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-07 16:44:28 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-07 16:44:28 -0700 |
commit | 37a63365f1143375a2382a26ad9b07048b9570a6 (patch) | |
tree | 3cb03a4cbeb892c1c070cd5a981b62a04982a36e /view/css | |
parent | 90591bcbc9ddba44cd44fc8ce06014c5ef9443e4 (diff) | |
parent | cd8ecb86499c7b1fdaff44653cf3771c60ee2454 (diff) | |
download | volse-hubzilla-37a63365f1143375a2382a26ad9b07048b9570a6.tar.gz volse-hubzilla-37a63365f1143375a2382a26ad9b07048b9570a6.tar.bz2 volse-hubzilla-37a63365f1143375a2382a26ad9b07048b9570a6.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index ffc288962..1d3c329ec 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -26,12 +26,12 @@ nav i { } nav ul li { - max-height: 49px; + max-height: 50px; } nav img { - height: 48px; - width: 48px; + height: 49px; + width: 49px; margin-top: 1px; } |