diff --git a/releases.yml b/releases.yml index ee5bfca39..79fa58e4d 100644 --- a/releases.yml +++ b/releases.yml @@ -3,7 +3,7 @@ - component: Grid url: /docs/patterns/grid#4-column-grid status: Updated - notes: We've added the .row--4-cols-medium class, which creates a grid with a multiple of 4 columns on all screen sizes. + notes: We've added the .p-row class, which creates a grid with a multiple of 4 columns on all screen sizes. - version: 4.16.0 features: - component: CTA Block / Borderless diff --git a/scss/_settings_grid.scss b/scss/_settings_grid.scss index 5ff455b56..f26435dbe 100644 --- a/scss/_settings_grid.scss +++ b/scss/_settings_grid.scss @@ -15,7 +15,7 @@ $threshold-4-med-12-col: $breakpoint-large !default; $grid-column-prefix: 'col-' !default; $grid-row-class: 'row' !default; -$grid-row-4-cols-class: '#{$grid-row-class}--4-cols-medium' !default; +$grid-row-4-cols-class: 'p-#{$grid-row-class}' !default; $grid-small-col-prefix: '#{$grid-column-prefix}small-' !default; $grid-medium-col-prefix: '#{$grid-column-prefix}medium-' !default; $grid-large-col-prefix: #{$grid-column-prefix} !default; diff --git a/templates/404.html b/templates/404.html index 38cad3427..15d4c5bcf 100644 --- a/templates/404.html +++ b/templates/404.html @@ -2,7 +2,7 @@ {% block content %}
-
+

404 - Page not found

@@ -10,7 +10,7 @@

404 - Page not found

-
+

Sorry, we can't find the page you're looking for. If you think this is an error on our site, please file a bug on GitHub.

diff --git a/templates/410.html b/templates/410.html index 2ab5c4ba0..51c8ca8ce 100644 --- a/templates/410.html +++ b/templates/410.html @@ -2,7 +2,7 @@ {% block content %}
-
+

410 - Page deleted

@@ -10,7 +10,7 @@

410 - Page deleted

-
+

{{ message or "This page has been removed" }}

diff --git a/templates/500.html b/templates/500.html index 52aeed7d6..858a9894b 100644 --- a/templates/500.html +++ b/templates/500.html @@ -2,7 +2,7 @@ {% block content %}
-
+

500 - Internal server error

@@ -10,7 +10,7 @@

500 - Internal server error

-
+

Something went wrong on our end. If you have the time, please help us out by filing a bug.

diff --git a/templates/_layouts/_footer.html b/templates/_layouts/_footer.html index a14383e4d..5d0dac402 100644 --- a/templates/_layouts/_footer.html +++ b/templates/_layouts/_footer.html @@ -5,7 +5,7 @@

© {{ now("%Y") }} Canonical Ltd.

-
+