Fixes #70. Update Pretty-Diff dep. from ^1.0.23 to ^1.2.1
This commit is contained in:
parent
cfa6b74e80
commit
c6a4101893
|
@ -30,3 +30,4 @@ background-color: @green;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
section#photo-details {
|
||||||
|
width: 1140px;
|
||||||
|
margin: 60px auto 70px auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.photo-view {
|
||||||
|
text-align: center;
|
||||||
|
figure {
|
||||||
|
box-shadow: 0 0 3px 1px rgba(0,0,0,0.75)
|
||||||
|
;
|
||||||
|
display : inline-block;
|
||||||
|
margin : 0 0 60px;
|
||||||
|
padding
|
||||||
|
: 0;
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -86,7 +86,7 @@
|
||||||
"strip-json-comments": "^0.1.3",
|
"strip-json-comments": "^0.1.3",
|
||||||
"js-yaml": "^3.0.2",
|
"js-yaml": "^3.0.2",
|
||||||
"temp": "^0.8.0",
|
"temp": "^0.8.0",
|
||||||
"prettydiff": "^1.0.23",
|
"prettydiff": "^1.2.1",
|
||||||
"node-uuid": "^1.4.1",
|
"node-uuid": "^1.4.1",
|
||||||
"analytics-node": "^1.0.2",
|
"analytics-node": "^1.0.2",
|
||||||
"coffee-formatter": "git+https://github.com/Glavin001/Coffee-Formatter.git",
|
"coffee-formatter": "git+https://github.com/Glavin001/Coffee-Formatter.git",
|
||||||
|
|
Loading…
Reference in New Issue