Skip to content

Commit 1736878

Browse files
Kobzolrylev
authored andcommitted
Move perf.css to styles directory and rename it to shared.css
1 parent 453ec45 commit 1736878

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

site/templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>rustc performance data</title>
66
<link rel="alternate icon" type="image/png" href="/favicon-32x32.png">
77
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
8-
<link rel="stylesheet" type="text/css" href="perf.css">
8+
<link rel="stylesheet" type="text/css" href="styles/shared.css">
99
{% block head %}{% endblock %}
1010
</head>
1111
<body class="container">

0 commit comments

Comments
 (0)