Some work. Also remove round corners.

This commit is contained in:
Kevin Dungs
2014-08-03 01:53:01 +02:00
parent 49bee92291
commit 576f474359
4 changed files with 10 additions and 3 deletions
+7 -1
View File
@@ -1,3 +1,7 @@
* {
border-radius: 0 !important;
}
h1 br {
display: none;
}
@@ -20,7 +24,9 @@ h1 br {
}
#detector canvas {
position: absolute; left: 0; top: 0;
position: absolute;
left: 0;
top: 0;
}
#detector-core {
+1 -1
View File
@@ -64,7 +64,7 @@
<hr>
<ul class="media-list">
<li class="media" ng-repeat="u in uc.upgrades" ng-show="u.is_visible()">
<img class="pull-left media-object" src="{{ u.image }}" alt="">
<img class="pull-left media-object visible-lg-*" src="{{ u.image }}" alt="">
<div class="media-body">
<h4 class="media-heading">{{ u.name }}</h4>
<p>{{ u.description }}</p>
+1
View File
@@ -148,6 +148,7 @@
this.click = function () {
lab.acquire(lab.detector.rate);
detector.addEvent();
return false;
};
});
+1 -1
View File
@@ -16,7 +16,7 @@
"image": "http://placekitten.com/64/64"
},
{
"name": "Fellows",
"name": "Research Fellows",
"description": "You pay them a lot. They work a lot.",
"cost": 50000,
"cost_increase": 1.5,