Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 2e50c46

Browse files
committed
remove conflict cruft
1 parent b60b0c1 commit 2e50c46

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

views/_sphinx_static_files.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
<script type="text/javascript" src="{{=base_static_url}}/jquery.tablesorter.js"></script>
2323
<script type="text/javascript" src="{{=base_static_url}}/jquery-ui-1.10.3.custom.min.js"></script>
2424

25-
<<<<<<< HEAD
26-
=======
27-
<link href="{{=base_static_url}}/codemirror.css" rel="stylesheet" type="text/css"/>
28-
<script src="{{=base_static_url}}/underscore.js"></script>
29-
>>>>>>> master
3025
<link rel="stylesheet" type="text/css" href="{{=URL('static', 'jquery.datetimepicker.min.css')}}" />
3126
<link href="{{=base_static_url}}/jquery-ui-1.10.3.custom.min.css" rel="stylesheet" type="text/css"/>
3227
<link rel="stylesheet" href="{{=base_static_url}}/pygments.css" type="text/css"/>
@@ -169,6 +164,10 @@
169164
.gradeablerow:hover {
170165
background-color: #cccccc;
171166
}
167+
.gradeablerow {
168+
color: blue;
169+
text-decoration: underline;
170+
}
172171
</style>
173172

174173

0 commit comments

Comments
 (0)