Removed check for update button, latest version will have install link

This commit is contained in:
Mark McDowall
2013-10-05 01:15:48 -07:00
parent e4b2c30616
commit 03fac8bfe5
9 changed files with 75 additions and 70 deletions
+7
View File
@@ -1,3 +1,5 @@
@import '../../Shared/Styles/clickable';
.update {
margin-bottom: 30px;
@@ -22,4 +24,9 @@
margin-bottom: 2px;
font-size: 13px;
}
.install-update {
.clickable();
margin-left: 10px;
}
}