diff options
author | Alex Legler <alex@a3li.li> | 2014-09-21 02:04:49 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2014-09-21 02:04:49 +0200 |
commit | 10495cb275cfd82fdbe3e736939a249ca9e114a2 (patch) | |
tree | dfab8ad1711740f8d34ef1bc1b52ecdf23d54c32 /views | |
parent | Render visible notices; not just active notices on the Atom feed. (diff) | |
download | infra-status-10495cb275cfd82fdbe3e736939a249ca9e114a2.tar.gz infra-status-10495cb275cfd82fdbe3e736939a249ca9e114a2.tar.bz2 infra-status-10495cb275cfd82fdbe3e736939a249ca9e114a2.zip |
Replace pixel icons with vector icons from the glyph fonts included in Tyrian
Diffstat (limited to 'views')
-rw-r--r-- | views/layout.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/layout.erb b/views/layout.erb index 1a18d87..bb33c60 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -7,6 +7,7 @@ <meta name="description" content="Gentoo Infrastructure Status provides information on the status of the services the Gentoo Linux distribution offers to its developers and users."> <link href="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/tyrian.min.css" rel="stylesheet" media="screen"> + <link href="/assets/css/infra-status.css" rel="stylesheet" media="screen"> <link rel="icon" href="http://www.gentoo.org/favicon.ico" type="image/x-icon"> </head> <body> |