Index: static/src/scss/components/_lists.scss |
=================================================================== |
--- a/static/src/scss/components/_lists.scss |
+++ b/static/src/scss/components/_lists.scss |
@@ -65,28 +65,8 @@ |
.underlined-list .one-half:nth-child(2) a |
{ |
@media (min-width: $tablet-breakpoint) |
{ |
border-top: 1px dotted $gray; |
} |
} |
- |
-/* Horizontal List |
- ******************************************************************************/ |
- |
-.horizontal-list |
-{ |
- display: inline; |
- list-style: none; |
-} |
- |
-.horizontal-list li |
-{ |
- display: inline; |
- list-style: none; |
-} |
- |
-[dir="rtl"] .horizontal-list |
-{ |
- padding: 0; |
-} |