Update Pretty Diff to v1.16.27
This commit is contained in:
parent
63bda7fa30
commit
73919f7902
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
@ -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>
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue