Browse Source

Removed conflicting styles.

pull/11/head
CetaceanNation 5 years ago
parent
commit
13e6feb2b4
1 changed files with 1 additions and 14 deletions
  1. +1
    -14
      public/FriendsGraph.html

+ 1
- 14
public/FriendsGraph.html View File

@ -1,4 +1,4 @@
<!doctype html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
@ -7,19 +7,6 @@
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="./style.css" />
<style type="text/css">
body {
font: 10pt arial;
}
/*#myGraph {*/
/*!*width: 100%;*!*/
/*!*height: 800px;*!*/
/*!*border: 1px solid lightgray;*!*/
/*background-color:#333333;*/
/*}*/
</style>
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="

Loading…
Cancel
Save