Line 27: | Line 27: | ||
#HQ_page p { | #HQ_page p { | ||
− | font-family: | + | font-family: 'Crimson Text', serif; |
− | font-size: | + | font-size: 17px; |
− | text-align: left; | + | margin-top: 0; |
− | + | margin-bottom: 25px; | |
+ | text-align: left; | ||
+ | color: rgba(7,7,7,0.7); | ||
+ | line-height: normal; | ||
} | } | ||
Line 49: | Line 52: | ||
a:visited { | a:visited { | ||
color: #000000; | color: #000000; | ||
+ | } | ||
+ | |||
+ | .mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
} | } | ||
Line 71: | Line 79: | ||
<script src="https://2017.igem.org/Team:Cornell/mainJS?action=raw&ctype=text/javascript" type="text/javascript"></script> | <script src="https://2017.igem.org/Team:Cornell/mainJS?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
</head> | </head> | ||
+ | |||
<!------------------------NAV BAR------------------------> | <!------------------------NAV BAR------------------------> | ||
Line 136: | Line 145: | ||
</nav> | </nav> | ||
</div> | </div> | ||
− | <main> | + | <main> |
<!------------------------END NAV BAR------------------------> | <!------------------------END NAV BAR------------------------> | ||
<!------------------------BANNER------------------------> | <!------------------------BANNER------------------------> | ||
Line 146: | Line 155: | ||
<!------------------------END BANNER------------------------> | <!------------------------END BANNER------------------------> | ||
<!-- Sidebar + Content--> | <!-- Sidebar + Content--> | ||
− | <div id="sidebar" class="container content-wrapper-font"> | + | <div id="sidebar" class="container-fluid content-wrapper-font"> |
<div class="row standardPageContent"> | <div class="row standardPageContent"> | ||
<div class="col-xs-1"></div> | <div class="col-xs-1"></div> |
Revision as of 20:09, 27 October 2017
<!DOCTYPE html>