Skip to content

Commit d8aaeb6

Browse files
committed
Removed inline SVG CSS, after it was moved to css/svg.css.
1 parent d213f4d commit d8aaeb6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
<head>
44
<title>RelAlg.js</title>
55
<script data-main="lib/relalg/main" src="bower_components/requirejs/require.js"></script>
6-
<style>
7-
#graph svg {
8-
font-family: "Hoefler Text", Georgia;
9-
}
10-
</style>
116
<link type="text/css" rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" media="all" />
127
<link type="text/css" rel="stylesheet" href="css/relalg.css" media="all" />
138
<link type="text/css" rel="stylesheet" href="css/svg.css" media="all" />

0 commit comments

Comments
 (0)