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

View File

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

View File

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