aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkumar <kumar.damani@mail.utoronto.ca>2016-07-10 02:56:00 +0000
committerkumar <kumar.damani@mail.utoronto.ca>2016-07-10 02:56:00 +0000
commit57cd8ecc7936df0470bf885d32747cae83155ae3 (patch)
tree3796e90213366290bd117f36bb2a8ab90fb93941
parent88ab1300eacf3cf858f9d828001ab245b5006ca8 (diff)
seems to break stuff so commented out link to bootstrap
-rw-r--r--index.html2
-rw-r--r--questions.html2
-rw-r--r--solutions.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 09dff9d..0ef2133 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
<title>Solutions Repo</title>
<link href="assets/css/style.css" rel="stylesheet" type="text/css">
- <link rel="stylesheet" href="assets/css/bootstrap.min.css" crossorigin="anonymous">
+ <!--<link rel="stylesheet" href="assets/css/bootstrap.min.css" crossorigin="anonymous">-->
<link href='https://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
</head>
diff --git a/questions.html b/questions.html
index 7f5901e..0ee7b5b 100644
--- a/questions.html
+++ b/questions.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<link href="assets/css/style.css" rel="stylesheet" type="text/css">
- <link rel="stylesheet" href="assets/css/bootstrap.min.css" crossorigin="anonymous">
+ <!--<link rel="stylesheet" href="assets/css/bootstrap.min.css" crossorigin="anonymous">-->
<link href='https://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<meta charset="UTF-8">
diff --git a/solutions.html b/solutions.html
index 9218986..ce8c536 100644
--- a/solutions.html
+++ b/solutions.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<link href="assets/css/style.css" rel="stylesheet" type="text/css">
- <link rel="stylesheet" href="assets/css/bootstrap.min.css" crossorigin="anonymous">
+ <!--<link rel="stylesheet" href="assets/css/bootstrap.min.css" crossorigin="anonymous">-->
<link href='https://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<title>Solutions Repo</title>