Skip to content

Commit b756744

Browse files
committed
Add a banner pointing at the version 6 announcement
1 parent ec2e1a1 commit b756744

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,14 @@
1818
.CodeMirror { height: auto; border: 1px solid #ddd; }
1919
.CodeMirror-scroll { max-height: 200px; }
2020
.CodeMirror pre { padding-left: 7px; line-height: 1.25; }
21+
.banner { background: #ffc; padding: 6px; border-bottom: 2px solid silver; }
22+
.banner div { margin: 0 auto; max-width: 700px; text-align: center; }
2123
</style>
2224

25+
<div class=banner><div>
26+
CodeMirror is evolving! Check out our <a href="https://codemirror.net/6/">announcement</a> about the upcoming redesigned, accessible, mobile-friendly version.
27+
</div></div>
28+
2329
<div id=nav>
2430
<a href="https://codemirror.net"><h1>CodeMirror</h1><img id=logo src="doc/logo.png"></a>
2531

0 commit comments

Comments
 (0)