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

Unified Diff: static/src/scss/components/_contact.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 | « no previous file | static/src/scss/components/_lists.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/src/scss/components/_contact.scss
===================================================================
--- a/static/src/scss/components/_contact.scss
+++ b/static/src/scss/components/_contact.scss
@@ -26,17 +26,16 @@
#contact .horizontal-list
{
margin-right: -$x-small-space;
margin-left: -$x-small-space;
}
#contact .horizontal-list li
{
- display: inline-block;
margin-right: $x-small-space;
margin-left: $x-small-space;
font-weight: $bold-weight;
text-transform: uppercase;
}
#contact .underlined
{
« no previous file with comments | « no previous file | static/src/scss/components/_lists.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld