body {
  font-size:14px;
}
div {
  border:1pt solid #EFEFEF;
}
p, ul {
  margin-left:10px;
}

li.bug {
  list-style-image:url(bug.png);
}
li.bug:after {
  content:"  [bugfix]";
}

li.feature {
  list-style-image:url(feature.png);
}
li.feature:after {
  content:"  [new feature]";
}

li.update {
  list-style-image:url(update.png);
}
li.update:after {
  content:"  [update]";
}

