Make admin project list more useful

This commit is contained in:
Dmitriy Zaporozhets 2012-11-23 07:24:09 +03:00
parent 552b3105fb
commit f17ddeb394
6 changed files with 30 additions and 8 deletions

View file

@ -77,3 +77,7 @@ a {
a:focus {
outline: none;
}
.monospace {
font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
}