Delete item - BUG: indexes set to ORIGINAL list.

This commit is contained in:
Howland Owl 2014-04-17 15:08:26 +03:00
parent e635fa3ae3
commit 7d3abacf02
3 changed files with 21 additions and 3 deletions

View file

@ -42,12 +42,16 @@ div ul li{
margin: 0 3px 3px 3px;
padding: 0.4em;
padding-left: 1.5em;
width: 75%;
width: 95%;
height: 18px;
border: 2px outset rgb(255,228,196);
background-color: rgb(245,245,220);
}
.righty {
float: right;
}
.entry span {
display: inline-block;
}