diff core/themes/bartik/css/base/elements.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
line wrap: on
line diff
--- a/core/themes/bartik/css/base/elements.css	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/themes/bartik/css/base/elements.css	Thu May 09 15:34:47 2019 +0100
@@ -8,10 +8,10 @@
 }
 body {
   min-height: 100%;
-  line-height: 1.5;
   word-wrap: break-word;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 87.5%;
+  line-height: 1.5;
 }
 a,
 a.link {
@@ -42,43 +42,43 @@
 h1,
 .heading-a {
   margin: 1em 0 0.5em;
+  color: #000;
+  font-size: 1.357em;
   font-weight: inherit;
-  font-size: 1.357em;
-  color: #000;
 }
 h2,
 .heading-b {
   margin: 1em 0 0.5em;
+  font-size: 1.143em;
   font-weight: inherit;
-  font-size: 1.143em;
 }
 h3,
 .heading-c {
   margin: 1em 0 0.5em;
+  font-size: 1.092em;
   font-weight: inherit;
-  font-size: 1.092em;
 }
 h4,
 .heading-d {
   margin: 1em 0 0.5em;
+  font-size: 1.05em;
   font-weight: inherit;
-  font-size: 1.05em;
 }
 h5,
 .heading-e {
   margin: 1em 0 0.5em;
+  letter-spacing: 0.1em;
+  text-transform: uppercase;
+  font-size: 0.889em;
   font-weight: inherit;
-  font-size: 0.889em;
-  text-transform: uppercase;
-  letter-spacing: 0.1em;
 }
 h6,
 .heading-f {
   margin: 1em 0 0.5em;
+  letter-spacing: 0.1em;
+  text-transform: uppercase;
+  font-size: 0.67em;
   font-weight: inherit;
-  font-size: 0.67em;
-  text-transform: uppercase;
-  letter-spacing: 0.1em;
 }
 p {
   margin: 0 0 1.2em;
@@ -88,35 +88,35 @@
 }
 
 blockquote {
-  background: #f7f7f7;
-  border-left: 1px solid #bbb; /* LTR */
-  font-style: italic;
   margin: 1.5em 10px;
   padding: 0.5em 10px;
+  border-left: 1px solid #bbb; /* LTR */
+  background: #f7f7f7;
+  font-style: italic;
 }
 [dir="rtl"] blockquote {
+  border-right: 1px solid #bbb;
   border-left: none;
-  border-right: 1px solid #bbb;
 }
 blockquote:before {
+  margin-right: 0.2em; /* LTR */
+  content: "\201C";
+  vertical-align: -0.4em;
   color: #bbb;
-  content: "\201C";
   font-size: 3em;
   line-height: 0.1em;
-  margin-right: 0.2em; /* LTR */
-  vertical-align: -0.4em;
 }
 [dir="rtl"] blockquote:before {
+  margin-right: 0;
+  margin-left: 0.2em;
   content: "\201D";
-  margin-left: 0.2em;
-  margin-right: 0;
 }
 blockquote:after {
+  content: "\201D";
+  vertical-align: -0.45em;
   color: #bbb;
-  content: "\201D";
   font-size: 3em;
   line-height: 0.1em;
-  vertical-align: -0.45em;
 }
 [dir="rtl"] blockquote:after {
   content: "\201C";