From: Moritz Warning Date: Wed, 29 Jan 2020 20:52:14 +0000 (+0100) Subject: hide image details section by default X-Git-Tag: v1.0.0~40 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=644e35ace9f622e21fd81fdc0292048c8cea5b71;p=web%2Ffirmware-selector-openwrt-org.git hide image details section by default --- diff --git a/www/index.css b/www/index.css index 6cca516..a95e974 100644 --- a/www/index.css +++ b/www/index.css @@ -158,6 +158,10 @@ header > div { line-height: 1.5; } +#images { + display: none; +} + #images > div { padding-top: 20px; }