Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Refactoring things #7

Merged
merged 4 commits into from
Dec 4, 2014
Merged

Refactoring things #7

merged 4 commits into from
Dec 4, 2014

Conversation

una
Copy link
Contributor

@una una commented Dec 4, 2014

Just a bit more code cleanup. Still wondering where some of the numbers are coming from though -- figuring that out could help make some nice DRY loops :)

margin-right: ($card-padding * -1);
margin-bottom: $card-padding;
//border-bottom: solid 1px $border-color;
margin-top: ($card-padding * -1) ($card-padding * -1) ($card-padding * -1) $card-padding;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@una did you mean here margin, or does margin-top accept 4 values? I'd use:

margin: ($card-padding * -1) ($card-padding * -1) ($card-padding * -1) $card-padding;

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch. definitely meant margin

gpbl added a commit that referenced this pull request Dec 4, 2014
@gpbl gpbl merged commit 5653cfc into gpbl:master Dec 4, 2014
@gpbl
Copy link
Owner

gpbl commented Dec 4, 2014

Thanks. For the accessibility we should follow also this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants