Merge pull request #2 from cmmcleod/master

Merge back my way.
This commit is contained in:
Maverick-JM
2015-06-06 09:14:24 +10:00
7 changed files with 11 additions and 13 deletions

View File

@@ -77,13 +77,13 @@ h1 {
h2 {
text-transform: uppercase;
font-family: @fTitle;
font-family: @fStandard;
font-size: 1.2em;
}
h3 {
text-transform: uppercase;
font-family: @fTitle;
font-family: @fStandard;
font-size: 1em;
margin: 0.2em 0;
color: @primary;

View File

@@ -10,7 +10,7 @@
.header {
width: 100%;
margin-bottom: 0.4em;
font-family: @fTitle;
font-family: @fStandard;
color: @bgBlack;
background-color: @primary-disabled;
text-transform: uppercase;

View File

@@ -29,7 +29,7 @@ a.ship {
small {
color: @warning;
font-family: @fTitle;
font-family: @fStandard;
float: left;
font-size: 0.8em;
margin-right: 2em;

View File

@@ -7,7 +7,7 @@
cursor: default;
h1 {
font-family: @fTitle;
font-family: @fStandard;
color: @bgBlack;
background-color: @primary-disabled;
text-transform: uppercase;

View File

@@ -3,8 +3,7 @@
<h2 ng-bind="s.properties.name"></h2>
<div class="subtitle">
<small ng-bind="s.properties.manufacturer"></small>
<div class="purpose" ng-bind="SP[s.properties.grp]"></div>
</div>
{{fCrd(s.properties.cost)}} <u>CR</u></span>
{{fCrd(s.properties.cost)}} <u>CR</u>
</a>
</div>

View File

@@ -59,7 +59,7 @@
},
{
"id": "7h",
"group": "ul",
"grp": "ul",
"class":2,
"rating":"E",
"cost": 23000,
@@ -75,7 +75,7 @@
},
{
"id": "7i",
"group": "ul",
"grp": "ul",
"class":2,
"rating":"F",
"cost": 48500,
@@ -91,7 +91,7 @@
},
{
"id": "7j",
"group": "ul",
"grp": "ul",
"class":2,
"rating":"F",
"cost": 162800,

View File

@@ -1,6 +1,6 @@
{
"name": "coriolis_shipyard",
"version": "0.10.0",
"version": "0.10.1",
"repository": {
"type": "git",
"url": "https://github.com/cmmcleod/coriolis"
@@ -9,7 +9,6 @@
"dependencies": {},
"devDependencies": {
"gulp-manifest": "^0.0.6",
"angular": "^1.4.0",
"async": "^0.9.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
@@ -21,7 +20,7 @@
"gulp-less": "^3.0.2",
"gulp-manifest": "0.0.6",
"gulp-minify-css": "^1.0.0",
"gulp-rev-all": "^0.8.18",
"gulp-rev-all": "0.8.18",
"gulp-sourcemaps": "^1.5.1",
"gulp-svgmin": "^1.1.2",
"gulp-svgstore": "^5.0.1",