Line 1: | Line 1: | ||
<html> | <html> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<style> | <style> | ||
Line 14: | Line 6: | ||
#sideMenu, #top_title {display:none;} | #sideMenu, #top_title {display:none;} | ||
− | #content { padding:0px; width: | + | #content { padding:0px; width:100%;} |
− | body {background-color:white; } | + | body {background-color:white; width:100%;} |
− | + | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | |
/********************************* MENU ********************************/ | /********************************* MENU ********************************/ | ||
Line 282: | Line 274: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* Table */ | /* Table */ | ||
.content_wrapper table { | .content_wrapper table { | ||
Line 310: | Line 285: | ||
.content_wrapper td { | .content_wrapper td { | ||
padding: 10px; | padding: 10px; | ||
− | vertical-align: top; | + | vertical-align: text-top; |
border: 1px solid #d3d3d3; | border: 1px solid #d3d3d3; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
Line 384: | Line 359: | ||
<head> | <head> | ||
+ | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"> | ||
+ | <link type="text/css" href="https://2016.igem.org/Team:Duke/main?action=raw&ctype=text/css" rel="stylesheet"> <!--modifies css based on bootstrap.css--> | ||
+ | <script src="https://2016.igem.org/Team:Duke/jquery?action=raw&ctype=text/javascript"></script> <!--necessary for bootstrap--> | ||
+ | <script src="https://2016.igem.org/Team:Duke/bootstrapjs?action=raw&ctype=text/javascript"></script> | ||
+ | <!-- Font Awesome for icons--> | ||
+ | <link href="https://2016.igem.org/Team:Duke/fontawesome?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | <!--Set width to the width of the device--> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<div class="example3"> | <div class="example3"> | ||
<nav class="navbar navbar-default" style="margin-bottom: 0px"> | <nav class="navbar navbar-default" style="margin-bottom: 0px"> | ||
Line 478: | Line 455: | ||
− | + | </head> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
Revision as of 03:22, 19 October 2016