From 3d5b9ac9020f4c14803d77ab76a225091628b79a Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 18 Sep 2022 13:02:07 +0200 Subject: clean .horizontal-list (#4596) --- p/themes/Mapco/mapco.css | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'p/themes/Mapco/mapco.css') diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index ea7ac5769..2289ec5a1 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -220,12 +220,8 @@ form th { /*=== Forms */ /*=== Horizontal-list */ .horizontal-list { - margin: 0; padding: 0.1rem 0; } -.horizontal-list .item { - vertical-align: middle; -} .horizontal-list .item:first-child { padding-left: 0.5rem; } @@ -1269,20 +1265,6 @@ main.prompt { border-bottom: 1px solid #d5d8db; } -.stat > .horizontal-list { - margin: 0 0 5px; -} - -.stat > .horizontal-list .item { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - -.stat > .horizontal-list .item:first-child { - width: 270px; -} - /*=== MOBILE */ /*===========*/ @media (max-width: 840px) { -- cgit v1.2.3