Update Pretty Diff to v1.16.27

This commit is contained in:
Glavin Wiechert 2016-03-03 19:48:22 -04:00
parent 63bda7fa30
commit 73919f7902
3 changed files with 18 additions and 15 deletions

View File

@ -1,5 +1,6 @@
a {
line-height: @headerHeight;
display: block;
padding: 0 15px;
font-size: 16px;
@ -8,6 +9,7 @@ a {
}
&:link {
color: @white;
text-decoration: none;
}
&:visited {
@ -22,6 +24,7 @@ a {
color: @green;
&:hover {
color: @white;
background-color: @green;
}

View File

@ -1,18 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<head>
<title>My Webpage</title>
</head>
<body>
</head>
<body>
<ul id="navigation">
{% for item in navigation %}
<li>
<a href="{{ item.href }}">{{ item.caption }}</a>
</li>
<li><a href="{{ item.href }}">{{ item.caption }}</a></li>
{% endfor %}
</ul>
<h1>My Webpage</h1>
{{ a_variable }}
</body>
<h1>My Webpage</h1> {{ a_variable }}
</body>
</html>

View File

@ -94,7 +94,7 @@
"loophole": "^1.0.0",
"node-dir": "^0.1.8",
"node-uuid": "^1.4.3",
"prettydiff": "^1.16.17",
"prettydiff": "^1.16.27",
"remark": "^3.2.2",
"season": "^5.3.0",
"space-pen": "^5.1.1",