Skip to content

Commit 67d27bd

Browse files
committed
refactor(docs): extracted styles and added title
by feedback from html-validate
1 parent 54021ed commit 67d27bd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

source/_patterns/00-base/colors/intro.hbs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<p>All colors can be found in:
33
<a href="https://db-ui.github.io/base/review/dbux-3/?p=colors-colors" target="_blank" referrerpolicy="no-referrer">DB-UI-Base</a>
44
</p>
5-
<iframe src="https://db-ui.github.io/base/review/dbux-3/patterns/colors-colors/colors-colors.rendered.html" style="width: 100%; height: 500px"></iframe>
5+
6+
<iframe src="https://db-ui.github.io/base/review/dbux-3/patterns/colors-colors/colors-colors.rendered.html" title="DB UI Base colors documentation"></iframe>
67

78

89

source/_patterns/00-base/type/intro.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<p>All fonts can be found in:
33
<a href="https://db-ui.github.io/base/review/dbux-3/?p=typography-examples" target="_blank" referrerpolicy="no-referrer">DB-UI-Base</a>
44
</p>
5-
<iframe src="https://db-ui.github.io/base/review/dbux-3/patterns/typography-examples/typography-examples.rendered.html" style="width: 100%; height: 500px"></iframe>
5+
<iframe src="https://db-ui.github.io/base/review/dbux-3/patterns/typography-examples/typography-examples.rendered.html" title="DB UI Base typography documentation"></iframe>
66

77
</main>

source/css/enterprise/db-ui-core.demonstration.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@
2727
:root {
2828
@extend %db-ui-functional;
2929
}
30+
31+
iframe[src^="https://db-ui.github.io/base/"]
32+
{
33+
width: 100%;
34+
height: 500px;
35+
}

0 commit comments

Comments
 (0)