mirror of
https://github.com/mathew-kurian/Scribe.js
synced 2025-04-24 22:34:58 +00:00
Line numbers start at 1; Input field bug in IE fix
This commit is contained in:
parent
33a952f390
commit
3da6eea33e
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<p ng-class="{'log--collapse' : collapse == true, 'log': true}">
|
||||
|
||||
<span class="log__item log__number">
|
||||
{{number}}
|
||||
{{number + 1}}
|
||||
</span>
|
||||
|
||||
<span class="log__item log__collapse">
|
||||
|
|
|
@ -409,7 +409,7 @@ body {
|
|||
background: #222;
|
||||
outline: none;
|
||||
background: #222; font-size: 11px;
|
||||
padding: 8px 4px; color: #FFF; border: 1px solid #2C2C2C;
|
||||
padding: 2px 4px; color: #FFF; border: 1px solid #2C2C2C;
|
||||
transition: background 250ms;
|
||||
}
|
||||
.action--reload {
|
||||
|
|
Loading…
Add table
Reference in a new issue