Extract CSS styles from milestones.scala.html.

This commit is contained in:
takezoe
2013-06-24 21:26:41 +09:00
parent 9baa09d68b
commit b7376c92ae
2 changed files with 7 additions and 2 deletions

View File

@@ -70,6 +70,11 @@ a.omit:hover {
background-color: #aaa;
}
span.count-right {
float: right;
font-weight: bold;
}
.monospace {
font-family: monospace;
}