Merge pull request #38 from ldez/feature/dashboard-font-correction

refactor(dashboard): font definition correction
This commit is contained in:
Emile Vauge 2015-10-06 21:57:40 +02:00
commit f4296dfef0
3 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@ func (s *FileSuite) TestSimpleConfiguration(c *check.C) {
// TODO validate : run on 80
resp, err := http.Get("http://127.0.0.1/")
// Expected a 404 as we did not comfigure anything
// Expected a 404 as we did not configure anything
c.Assert(err, checker.IsNil)
c.Assert(resp.StatusCode, checker.Equals, 404)

View file

@ -21,7 +21,7 @@
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand traefik-texttraefik-text" ui-sref="provider">/ˈTr<span class="traefik-blue">æ</span>fɪk/</a>
<a class="navbar-brand traefik-text" ui-sref="provider">/ˈTr<span class="traefik-blue">æ</span>fɪk/</a>
</div>
<div class="collapse navbar-collapse">

View file

@ -1,9 +1,9 @@
@font-face {
font-family: 'charterregular';
src: url('fontss/charter_regular-webfont.eot');
src: url('fontss/charter_regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fontss/charter_regular-webfont.woff') format('woff');
src: url('fonts/charter_regular-webfont.eot');
src: url('fonts/charter_regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/charter_regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@ -13,7 +13,7 @@
}
.traefik-text {
font-family: 'WebFont', Arial, sans-serif;
font-family: 'charterregular', Arial, sans-serif;
}
.panel-body .panel-table__servers,