Skip to content

Commit bc819bb

Browse files
author
Thierry Boileau
committed
fix w3 validation check
1 parent f1da0d8 commit bc819bb

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

static/css/custom.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,3 @@ navigation-logo .a{
2626
.download-logo {
2727
height: 50px;
2828
}
29-
30-
.highlight {
31-
32-
}

themes/restlet-framework/layouts/_partials/head/css.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
{{- end }}
1515
<link rel="stylesheet" type="text/css" href="/css/vendor/magnific-popup.css">
1616
<!-- Custom CSS -->
17-
<link rel="stylesheet" href="/css/custom.css" />
18-
<link rel="stylesheet" href="/css/vendor/prism.css" />
19-
<link rel="stylesheet" href="/css/vendor/component.css" />
17+
<link rel="stylesheet" href="/css/custom.css" >
18+
<link rel="stylesheet" href="/css/vendor/prism.css" >
19+
<link rel="stylesheet" href="/css/vendor/component.css" >

0 commit comments

Comments
 (0)