Add retry button for when fetching fails

This commit is contained in:
Kevin Sawicki
2013-05-22 12:50:19 -07:00
parent d671345ab3
commit 9a5fc6ebe8
2 changed files with 19 additions and 2 deletions

View File

@@ -143,6 +143,10 @@
}
}
.btn-retry {
margin-left: 10px;
}
.readme {
margin-top: 10px;
}