/* Online image.

   The corner ribbon phpBB hangs on a post whose author is online. It is the
   brand orange rather than prosilver's blue, and its label is drawn dark enough
   to clear 4.5:1 against the ribbon it sits on — the pale blue original scored
   2.6:1. The `?v=` is the same cache token the main stylesheet carries: phpBB
   versions this file's URL but not the image inside it, so without it a
   returning reader keeps the old ribbon. */
.online { background-image: url("./icon_user_online.gif?v=2"); }

ul.topiclist.two-columns dt {
	margin-right: -100px;
}

ul.topiclist.two-columns dt .list-inner {
	margin-right: 100px;
}

.topiclist.two-columns dd.mark {
	width: 100px;
}
