Skip to content

Conversation

arthurvr
Copy link
Member

@arthurvr arthurvr commented Jan 3, 2015

Don't merge this yet, It must be merged the same time with a PR in the learn.jquery.com repo. Just open for review now.

As discussed in jquery/learn.jquery.com#602, this section is going to get replaced by a link to the Github contributor graphs.

Also: seems like my editor removed some trailing whitespace in the css file, don't care about it 🍻

background-image: -webkit-linear-gradient(top, #ffea94, #FFEA5E);
background-image: -moz-linear-gradient(top, #ffea94, #FFEA5E);
background-image: -ms-linear-gradient(top, #ffea94, #FFEA5E);
background-image: -o-linear-gradient(top, #ffea94, #FFEA5E);
Copy link
Member

Choose a reason for hiding this comment

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

Ouch, we don't have unprefixed gradients here; that's bad. Most of these prefixes are no longer needed btw.

cc @scottgonzalez

Copy link
Member Author

Choose a reason for hiding this comment

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

True. But that's not something for this PR ;-) The only reason this appears in the diff is because the removed trailing whitespace.

Copy link
Member

Choose a reason for hiding this comment

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

I've created an issue for that so that we don't continue this unrelated discussion here. See #335.

@arthurvr arthurvr force-pushed the update-learn-theme branch from 92f3f2e to 297d80d Compare January 3, 2015 22:08
@arthurvr
Copy link
Member Author

arthurvr commented Jan 3, 2015

@mzgol Updated my PR to include the trailing whitespace again.

@arthurvr
Copy link
Member Author

arthurvr commented Jan 3, 2015

According PR in learn.jquery.com: jquery/learn.jquery.com#603

@scottgonzalez
Copy link
Member

Landed in 6617499, forgot to add the ref for this PR.

@arthurvr arthurvr deleted the update-learn-theme branch February 7, 2015 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants