Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pjbaert created an issue. See original summary.

Anonymous’s picture

Status: Active » Needs work

Thanks for creating this!

My feedback was:

+++ b/css/calendar.css
@@ -100,7 +100,8 @@
+ * Make sure paragraphs buried in calendar cells use padding, not margins, for separation so the background color
+ * doesn't come through.

+++ b/css/calendar_multiday.css
@@ -89,7 +89,8 @@
+ * Make sure paragraphs buried in calendar cells use padding, not margins, for separation so the background color
+ * doesn't come through.

These lines are too long.

pjbaert’s picture

Status: Needs work » Needs review
FileSize
4.51 KB

Rerolled the patch & processed the feedback from #2

pjbaert’s picture

Updated my patch.

  • pjonckiere committed 0140c4a on 8.x-1.x authored by pjbaert
    Issue #2600332 by pjbaert: Make sure docblock lines don't exceed 80...
Anonymous’s picture

Status: Needs review » Closed (fixed)

Pushed to 8.x-1.x. Thanks!

+++ b/calendar.theme.inc
@@ -800,7 +800,8 @@ function template_preprocess_calendar_stripe_legend(&$vars) {
+ *   Returns an array with the max depth of the branch and whether an overlap
+ *   occurred

Fixed this missing dot on commit.