Skip to content

Commit

Permalink
[visibletabs demo] Remove outdated text
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkroon authored and marijnh committed Aug 10, 2012
1 parent 436fa05 commit 2c2d45c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions demo/visibletabs.html
Expand Up @@ -13,7 +13,7 @@
.cm-tab {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAMCAYAAABx290PAAAAAXNSR0IArs4c6QAAAF9JREFUOMvt07sJgFAMheHPxwA6gA5gbS9WFk7sEu6gewg29xYOEEHwNEk4xU8OCb8+ogozmjSv2SiDgBcOTGhRZyM3S+CmU6oP4BYA6zHiRBcdaYUhwfY3j6f4/ydcNzcLB1JeOhrsAAAAAElFTkSuQmCC);
background-position: right;
background-repeat: no-repeat;
background-repeat: no-repeat;
}
</style>
</head>
Expand All @@ -37,10 +37,7 @@ <h1>CodeMirror: Visible tabs demo</h1>
</textarea></form>

<p>Tabs inside the editor are spans with the
class <code>cm-tab</code>, and can be styled. This demo uses
an <code>:after</code> pseudo-class CSS hack that will not work on old
browsers. You can use a more conservative technique like a background
image as an alternative.</p>
class <code>cm-tab</code>, and can be styled.

<script>
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
Expand Down

0 comments on commit 2c2d45c

Please sign in to comment.