Reset the profiler bar

We want to reset the profiler bar so that it's still readable even if the page's font color is light or borders are added to links.
This commit is contained in:
Josh Betz 2012-11-17 10:41:48 -06:00
parent d2fefa65aa
commit 113dcc9b37
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
.anbu * {
color: black;
border: 0 !important;
}
.anbu
{
font-family:Helvetica, "Helvetica Neue", Arial, sans-serif !important;