diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-25 17:41:41 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-25 17:41:41 -0400 |
commit | 354e37971d43d3b62d8f4e2a23eff09e88525627 (patch) | |
tree | ab7ded1870bbdec219909cf5f5c9d50549d2c9a1 /assets/css/src/header.css | |
parent | 13d5bd8e48bd6c0109d1272da58a8879bf9a6737 (diff) |
Unification of project header
Diffstat (limited to 'assets/css/src/header.css')
-rw-r--r-- | assets/css/src/header.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/assets/css/src/header.css b/assets/css/src/header.css index f4903128..530eba45 100644 --- a/assets/css/src/header.css +++ b/assets/css/src/header.css @@ -116,10 +116,3 @@ header h1 .tooltip { .menu-inline { margin-bottom: 5px; } - -@media only screen and (max-width: 640px) { - .page-header-mobile li { - display: block; - margin-bottom: 5px; - } -} |