Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/src/scss/components/_lists.scss

Issue 29742573: Noissue - Move horizontal-list class to website-defaults implementation (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created April 4, 2018, 9:04 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « static/src/scss/components/_contact.scss ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
-}
« no previous file with comments | « static/src/scss/components/_contact.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld