Update Pretty Diff to v1.16.27
This commit is contained in:
parent
63bda7fa30
commit
73919f7902
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
|
||||||
<title>My Webpage</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<ul id="navigation">
|
|
||||||
{% for item in navigation %}
|
|
||||||
<li>
|
|
||||||
<a href="{{ item.href }}">{{ item.caption }}</a>
|
|
||||||
</li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h1>My Webpage</h1>
|
<head>
|
||||||
{{ a_variable }}
|
<title>My Webpage</title>
|
||||||
</body>
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<ul id="navigation">
|
||||||
|
{% for item in navigation %}
|
||||||
|
<li><a href="{{ item.href }}">{{ item.caption }}</a></li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h1>My Webpage</h1> {{ a_variable }}
|
||||||
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue