[WDT] Fix the color of Documentation link to keep concistence.

This pull request is to make the Documentation link black as the other links of the WDT

Styled the WDT links and refactored the profiler token link.
This commit is contained in:
nomack84 2012-05-11 09:24:00 -04:00
parent dd0da03c8c
commit 147cab749f
2 changed files with 5 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<b>Token</b>
<span>
{% if profiler_url %}
<a style="color: #2f2f2f" href="{{ profiler_url }}">{{ collector.token }}</a>
<a href="{{ profiler_url }}">{{ collector.token }}</a>
{% else %}
{{ collector.token }}
{% endif %}

View File

@ -51,6 +51,10 @@
.sf-toolbar-block .sf-toolbar-info-piece:last-child {
padding-bottom: 0;
}
.sf-toolbar-block .sf-toolbar-info-piece a {
color: #2f2f2f;
}
.sf-toolbar-block .sf-toolbar-info-piece b {
display: inline-block;