Skip to content

Commit

Permalink
CD 7893263218: Update GCWeb compiled demos files
Browse files Browse the repository at this point in the history
  • Loading branch information
wet-boew-bot committed Feb 13, 2024
1 parent ceaab91 commit e599766
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _data/méli-mélo.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"2023-09-distance-calculator",
"2023-09-collection-sort",
"2021-05-steps",
"2023-10-clipboard"
"2023-10-clipboard",
"deprecated"
]
},
{
Expand Down Expand Up @@ -82,6 +83,10 @@
{
"nom": "2023-10-clipboard",
"mainpage": "index.html"
},
{
"nom": "deprecated",
"mainpage": "deprecated.html"
}
],
"future-packages-names": [
Expand Down
12 changes: 12 additions & 0 deletions méli-mélo-demos/2024-09-kejimkujik/2024-09-kejimkujik.css
Original file line number Diff line number Diff line change
Expand Up @@ -566,3 +566,15 @@ button.wb-clipboard-btn:not(.btn-xs) .glyphicon {
textarea.wb-clipboard {
margin-bottom: 15px;
}

/*------
* Deprecated styles
------*/

/* Well bold */
.well.well-bold {
font-weight: 700;
}
.well.well-bold strong {
font-weight: 400;
}
45 changes: 45 additions & 0 deletions méli-mélo-demos/2024-09-kejimkujik/deprecated/deprecated.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: Deprecated styles
dateModified: 2024-02-02T00:00:00.000Z
description: GCWeb deprecated styles list
lang: en
css: >-
https://wet-boew.github.io/themes-dist/GCWeb/GCWeb/méli-mélo/2024-09-kejimkujik.css
script: >-
https://wet-boew.github.io/themes-dist/GCWeb/GCWeb/méli-mélo/2024-09-kejimkujik.js
---

<div class="prettify all-pre hide"></div>

<h2>Well bold (<code>.well.well-bold</code>)</h2>

<div class="well well-bold">
<div class="row">
<div class="col-md-6">
<ul>
<li>Finibus Bonorum</li>
<li>Vestibulum tincidunt</li>
<li>Tempor viverra metus</li>
<li>Sed non faucibus nisl</li>
<li>Suspendisse</li>
<li><strong>Sed ut</strong>: perspiciatis</li>
</ul>
</div>
</div>
</div>

<h3>Code</h3>
<pre><code>&lt;div class="well well-bold"&gt;
&lt;div class="row"&gt;
&lt;div class="col-md-6"&gt;
&lt;ul&gt;
&lt;li&gt;Finibus Bonorum&lt;/li&gt;
&lt;li&gt;Vestibulum tincidunt&lt;/li&gt;
&lt;li&gt;Tempor viverra metus&lt;/li&gt;
&lt;li&gt;Sed non faucibus nisl&lt;/li&gt;
&lt;li&gt;Suspendisse&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sed ut&lt;/strong&gt;: perspiciatis&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</code></pre>

0 comments on commit e599766

Please sign in to comment.