aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/content/docs/5.3/examples/blog
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-06 13:57:07 +0000
committerMario <mario@mariovavti.com>2024-03-06 13:57:07 +0000
commit5eb6572277ab8f83acc51f96ec94db4e074d01b2 (patch)
tree720a70f81ae1b23bb57f520c61bce74fdbc53484 /vendor/twbs/bootstrap/site/content/docs/5.3/examples/blog
parent69bed9c889a5c153f7b9cece49be3b81bde24e32 (diff)
downloadvolse-hubzilla-5eb6572277ab8f83acc51f96ec94db4e074d01b2.tar.gz
volse-hubzilla-5eb6572277ab8f83acc51f96ec94db4e074d01b2.tar.bz2
volse-hubzilla-5eb6572277ab8f83acc51f96ec94db4e074d01b2.zip
update composer libs
Diffstat (limited to 'vendor/twbs/bootstrap/site/content/docs/5.3/examples/blog')
-rw-r--r--vendor/twbs/bootstrap/site/content/docs/5.3/examples/blog/blog.css2
-rw-r--r--vendor/twbs/bootstrap/site/content/docs/5.3/examples/blog/blog.rtl.css2
-rw-r--r--vendor/twbs/bootstrap/site/content/docs/5.3/examples/blog/index.html6
3 files changed, 5 insertions, 5 deletions
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.3/examples/blog/blog.css b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/blog/blog.css
index ddbca5a8f..86eedaf1d 100644
--- a/vendor/twbs/bootstrap/site/content/docs/5.3/examples/blog/blog.css
+++ b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/blog/blog.css
@@ -1,4 +1,4 @@
-/* stylelint-disable stylistic/selector-list-comma-newline-after */
+/* stylelint-disable @stylistic/selector-list-comma-newline-after */
.blog-header-logo {
font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.3/examples/blog/blog.rtl.css b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/blog/blog.rtl.css
index 043d4e617..bd0c9d1f0 100644
--- a/vendor/twbs/bootstrap/site/content/docs/5.3/examples/blog/blog.rtl.css
+++ b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/blog/blog.rtl.css
@@ -1,4 +1,4 @@
-/* stylelint-disable stylistic/selector-list-comma-newline-after */
+/* stylelint-disable @stylistic/selector-list-comma-newline-after */
.blog-header-logo {
font-family: Amiri, Georgia, "Times New Roman", serif;
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.3/examples/blog/index.html b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/blog/index.html
index 993c84e03..39535911e 100644
--- a/vendor/twbs/bootstrap/site/content/docs/5.3/examples/blog/index.html
+++ b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/blog/index.html
@@ -244,7 +244,7 @@ extra_css:
{{< placeholder width="100%" height="96" background="#777" color="#777" text="false" title="false" >}}
<div class="col-lg-8">
<h6 class="mb-0">Example blog post title</h6>
- <small class="text-body-secondary">January 15, 2023</small>
+ <small class="text-body-secondary">January 15, 2024</small>
</div>
</a>
</li>
@@ -253,7 +253,7 @@ extra_css:
{{< placeholder width="100%" height="96" background="#777" color="#777" text="false" title="false" >}}
<div class="col-lg-8">
<h6 class="mb-0">This is another blog post title</h6>
- <small class="text-body-secondary">January 14, 2023</small>
+ <small class="text-body-secondary">January 14, 2024</small>
</div>
</a>
</li>
@@ -262,7 +262,7 @@ extra_css:
{{< placeholder width="100%" height="96" background="#777" color="#777" text="false" title="false" >}}
<div class="col-lg-8">
<h6 class="mb-0">Longer blog post title: This one has multiple lines!</h6>
- <small class="text-body-secondary">January 13, 2023</small>
+ <small class="text-body-secondary">January 13, 2024</small>
</div>
</a>
</li>