diff --git a/static/styles/global.css b/static/styles/global.css index 1f233c5..7331499 100644 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -207,10 +207,6 @@ pre { overflow: auto; } -.hidden { - display: none; -} - .disable_grouping { display: none; } @@ -937,3 +933,7 @@ input[type="search"] { #lightbox > img { max-width: 100%; } + +.hidden { + display: none; +}