diff options
| author | 2022-09-18 13:02:07 +0200 | |
|---|---|---|
| committer | 2022-09-18 13:02:07 +0200 | |
| commit | 3d5b9ac9020f4c14803d77ab76a225091628b79a (patch) | |
| tree | 68ad9a7735e5e7e6fd36fe8b18442664d8d7f56e /p/themes/Screwdriver | |
| parent | 27349070003f76493ce13bc4566fa9c018ae5d5c (diff) | |
clean .horizontal-list (#4596)
Diffstat (limited to 'p/themes/Screwdriver')
| -rw-r--r-- | p/themes/Screwdriver/screwdriver.css | 24 | ||||
| -rw-r--r-- | p/themes/Screwdriver/screwdriver.rtl.css | 24 |
2 files changed, 0 insertions, 48 deletions
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index 025266527..fc451d2d4 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/p/themes/Screwdriver/screwdriver.css @@ -347,16 +347,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - -.horizontal-list .item { - vertical-align: middle; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; @@ -1111,20 +1101,6 @@ a.btn { box-shadow: 0 1px #fff; } -.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: 250px; -} - /*=== LOGS */ /*=========*/ .loglist { diff --git a/p/themes/Screwdriver/screwdriver.rtl.css b/p/themes/Screwdriver/screwdriver.rtl.css index af5b631e0..fdbc0729b 100644 --- a/p/themes/Screwdriver/screwdriver.rtl.css +++ b/p/themes/Screwdriver/screwdriver.rtl.css @@ -347,16 +347,6 @@ a.btn { line-height: 1.5rem; } -/*=== Horizontal-list */ -.horizontal-list { - margin: 0; - padding: 0; -} - -.horizontal-list .item { - vertical-align: middle; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; @@ -1111,20 +1101,6 @@ a.btn { box-shadow: 0 1px #fff; } -.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: 250px; -} - /*=== LOGS */ /*=========*/ .loglist { |
