Skip to content

Commit d415d18

Browse files
author
Kate Jeffreys
committed
Add disclaimer
1 parent 5a7457b commit d415d18

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/_includes/article.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
<h1><a href="{{site.baseurl}}{{topic.url}}">{{topic.title}}</a></h1>
55

6+
<div class="disclaimer">This documentation is a work in progress. It describes prerelease software, and is subject to change.</div>
7+
68
{% if page.addsectiontoc %}
79
{% include sectiontoc.html %}
810
{% endif %}

docs/css/main.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,15 @@ article {
243243
min-width: 1px;
244244
}
245245

246+
.disclaimer {
247+
border: 1px solid blue;
248+
margin: 20px 20px;
249+
padding: 6px;
250+
border-radius: 4px;
251+
color: #666;
252+
background-color: #eee;
253+
}
254+
246255
.prevnext {
247256
display: flex;
248257
justify-content: space-between;

0 commit comments

Comments
 (0)