Fixes #70. Update Pretty-Diff dep. from ^1.0.23 to ^1.2.1

This commit is contained in:
Glavin Wiechert 2014-09-08 19:11:17 -03:00
parent cfa6b74e80
commit c6a4101893
3 changed files with 22 additions and 1 deletions

View File

@ -30,3 +30,4 @@ background-color: @green;
} }
} }
}

View File

@ -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;
}
}
}

View File

@ -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",