Skip to content

Commit 8b74da2

Browse files
committed
fix
1 parent 66ff5d4 commit 8b74da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/javascript/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="javascript.js"></script>
88
<link rel="stylesheet" href="javascript.css">
99
<link rel="stylesheet" href="../../docs.css">
10-
<style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black; height: auto}</style>
10+
<style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
1111
</head>
1212
<body>
1313
<h1>CodeMirror 2: JavaScript mode</h1>

0 commit comments

Comments
 (0)