Skip to content
Snippets Groups Projects
Commit d1d999ef authored by Kasalehlia's avatar Kasalehlia
Browse files

appearance changes on brand module

parent 6997cc23
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ function fetchStatus(cb) {
}
module.exports = function (io) {
var firstTime = true;
function update() {
var firstTime = true;
fetchStatus(function (state) {
if (status.lastchange != state.lastchange) {
var d = new Date(state.lastchange*1000);
......@@ -48,6 +48,8 @@ module.exports = function (io) {
});
renderStatus(io, true);
firstTime = false;
} else {
renderStatus(io, false);
}
});
}
......
......@@ -78,6 +78,7 @@ h3 {
}
#brand h3 {
color: #839496;
margin-left: 10px;
}
#brand .person {
font-style: italic;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment