style textarea
This commit is contained in:
parent
0146f5ed3e
commit
047cf20e9c
|
@ -1,4 +0,0 @@
|
|||
textarea {
|
||||
width: 100%;
|
||||
height: 80%;
|
||||
}
|
|
@ -9,6 +9,12 @@
|
|||
<link rel="stylesheet" href="css/style.css">
|
||||
<link rel="stylesheet" href="css/codemirror.css">
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css">
|
||||
<style>
|
||||
.CodeMirror {
|
||||
border: 1px solid #eee;
|
||||
height: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
|
Loading…
Reference in New Issue