update ace example

This commit is contained in:
Kevin Jahns 2016-02-04 12:53:27 +01:00
parent ddbe19d78e
commit e48608a7d4

View File

@ -9,6 +9,16 @@
bottom: 0;
left: 0;
}
.inserted {
position:absolute;
z-index:20;
background-color: #FFC107;
}
.deleted {
position:absolute;
z-index:20;
background-color: #FFC107;
}
</style>
</head>
<body>