From 1f653f6464a3465f424f502f0de9e318690fbf5e Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Sun, 25 Oct 2015 14:18:10 -0400 Subject: [PATCH] use double quotes consistently --- pd/nw/css/c64.css | 6 +++--- pd/nw/css/default.css | 6 +++--- pd/nw/css/extended.css | 6 +++--- pd/nw/css/inverted.css | 6 +++--- pd/nw/css/strongbad.css | 6 +++--- pd/nw/css/subdued.css | 6 +++--- pd/nw/css/vanilla.css | 6 +++--- pd/nw/css/vanilla_inverted.css | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/pd/nw/css/c64.css b/pd/nw/css/c64.css index 36f89f6ab..f3213cfe8 100644 --- a/pd/nw/css/c64.css +++ b/pd/nw/css/c64.css @@ -170,9 +170,9 @@ text { } /* border color for selected objects - * an element with the class 'border' - * the element is contained within a parent element of class 'selected' - * that parent element is not in class 'gop' + * an element with the class "border" + * the element is contained within a parent element of class "selected" + * that parent element is not in class "gop" in plain English: This lets us highlight an objects border, unless it is inside a gop canvas. diff --git a/pd/nw/css/default.css b/pd/nw/css/default.css index c4305a227..ebbb1e1d0 100644 --- a/pd/nw/css/default.css +++ b/pd/nw/css/default.css @@ -194,9 +194,9 @@ text { } /* border color for selected objects - * an element with the class 'border' - * the element is contained within a parent element of class 'selected' - * that parent element is not in class 'gop' + * an element with the class "border" + * the element is contained within a parent element of class "selected" + * that parent element is not in class "gop" in plain English: This lets us highlight an objects border, unless it is inside a gop canvas. diff --git a/pd/nw/css/extended.css b/pd/nw/css/extended.css index adf5e77a8..585717e03 100644 --- a/pd/nw/css/extended.css +++ b/pd/nw/css/extended.css @@ -169,9 +169,9 @@ text { } /* border color for selected objects - * an element with the class 'border' - * the element is contained within a parent element of class 'selected' - * that parent element is not in class 'gop' + * an element with the class "border" + * the element is contained within a parent element of class "selected" + * that parent element is not in class "gop" in plain English: This lets us highlight an objects border, unless it is inside a gop canvas. diff --git a/pd/nw/css/inverted.css b/pd/nw/css/inverted.css index 8b4b9d38e..7ad0e6114 100644 --- a/pd/nw/css/inverted.css +++ b/pd/nw/css/inverted.css @@ -171,9 +171,9 @@ text { } /* border color for selected objects - * an element with the class 'border' - * the element is contained within a parent element of class 'selected' - * that parent element is not in class 'gop' + * an element with the class "border" + * the element is contained within a parent element of class "selected" + * that parent element is not in class "gop" in plain English: This lets us highlight an objects border, unless it is inside a gop canvas. diff --git a/pd/nw/css/strongbad.css b/pd/nw/css/strongbad.css index 94bd79615..37d42023d 100644 --- a/pd/nw/css/strongbad.css +++ b/pd/nw/css/strongbad.css @@ -170,9 +170,9 @@ text { } /* border color for selected objects - * an element with the class 'border' - * the element is contained within a parent element of class 'selected' - * that parent element is not in class 'gop' + * an element with the class "border" + * the element is contained within a parent element of class "selected" + * that parent element is not in class "gop" in plain English: This lets us highlight an objects border, unless it is inside a gop canvas. diff --git a/pd/nw/css/subdued.css b/pd/nw/css/subdued.css index 2911bd08e..620dece57 100644 --- a/pd/nw/css/subdued.css +++ b/pd/nw/css/subdued.css @@ -170,9 +170,9 @@ text { } /* border color for selected objects - * an element with the class 'border' - * the element is contained within a parent element of class 'selected' - * that parent element is not in class 'gop' + * an element with the class "border" + * the element is contained within a parent element of class "selected" + * that parent element is not in class "gop" in plain English: This lets us highlight an objects border, unless it is inside a gop canvas. diff --git a/pd/nw/css/vanilla.css b/pd/nw/css/vanilla.css index 959298af4..4386735df 100644 --- a/pd/nw/css/vanilla.css +++ b/pd/nw/css/vanilla.css @@ -170,9 +170,9 @@ text { } /* border color for selected objects - * an element with the class 'border' - * the element is contained within a parent element of class 'selected' - * that parent element is not in class 'gop' + * an element with the class "border" + * the element is contained within a parent element of class "selected" + * that parent element is not in class "gop" in plain English: This lets us highlight an objects border, unless it is inside a gop canvas. diff --git a/pd/nw/css/vanilla_inverted.css b/pd/nw/css/vanilla_inverted.css index 508b0f11e..86e4ec6bb 100644 --- a/pd/nw/css/vanilla_inverted.css +++ b/pd/nw/css/vanilla_inverted.css @@ -170,9 +170,9 @@ text { } /* border color for selected objects - * an element with the class 'border' - * the element is contained within a parent element of class 'selected' - * that parent element is not in class 'gop' + * an element with the class "border" + * the element is contained within a parent element of class "selected" + * that parent element is not in class "gop" in plain English: This lets us highlight an objects border, unless it is inside a gop canvas. -- GitLab