mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-08-16 11:18:00 +08:00
Some work. Also remove round corners.
This commit is contained in:
+7
-1
@@ -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
@@ -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>
|
||||
|
||||
@@ -148,6 +148,7 @@
|
||||
this.click = function () {
|
||||
lab.acquire(lab.detector.rate);
|
||||
detector.addEvent();
|
||||
return false;
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user