update 2011100845
This commit is contained in:
@@ -51,7 +51,7 @@ body {
|
|||||||
/* Header */
|
/* Header */
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 32px;
|
margin-top: 17px;
|
||||||
padding: 14px 32px;
|
padding: 14px 32px;
|
||||||
color: #c2c057;
|
color: #c2c057;
|
||||||
font-family: 'Montserrat', sans-serif;
|
font-family: 'Montserrat', sans-serif;
|
||||||
@@ -87,7 +87,7 @@ h1 span:not(#date-time) {
|
|||||||
/* Navigation: Top */
|
/* Navigation: Top */
|
||||||
|
|
||||||
nav#top {
|
nav#top {
|
||||||
margin-top: 24px;
|
margin-top: 17px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
@@ -157,8 +157,8 @@ nav#top a.h:hover {
|
|||||||
|
|
||||||
fieldset.favs {
|
fieldset.favs {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 64px;
|
top: 52px;
|
||||||
margin-top: 24px;
|
margin-top: 18px;
|
||||||
padding: 24px 24px 36px 24px;
|
padding: 24px 24px 36px 24px;
|
||||||
background: #120233;
|
background: #120233;
|
||||||
box-shadow: 1.2px 1.2px 8px #475363,
|
box-shadow: 1.2px 1.2px 8px #475363,
|
||||||
@@ -284,6 +284,5 @@ fieldset.favs th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.favs .tools td {
|
.favs .tools td {
|
||||||
padding-left: 77px;
|
padding: 0 50px;
|
||||||
padding-right: 77px;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -68,9 +68,12 @@ $( () => {
|
|||||||
</table>`;
|
</table>`;
|
||||||
|
|
||||||
const additional =
|
const additional =
|
||||||
`<legend>Additional Tools (West Coast Only)</legend>
|
`<legend>Additional Tools (Local Only)</legend>
|
||||||
<table class="tools">
|
<table class="tools">
|
||||||
<tr>
|
<tr>
|
||||||
|
<td><a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/d/1gi4qgkyggoxXMbc2JTVW-Q38dyGjCyPWcxctblexrWo/edit?ts=5f92ea69#gid=0">
|
||||||
|
5 Day Local</a></td>
|
||||||
<td><a class="h" target="_blank"
|
<td><a class="h" target="_blank"
|
||||||
href="https://docs.google.com/spreadsheets/d/1AoyXGtUIOiGq9siawF-WnBP4XgVgur-wWRgyilM0j2A/edit?ts=5a673d3b#gid=1558692306">
|
href="https://docs.google.com/spreadsheets/d/1AoyXGtUIOiGq9siawF-WnBP4XgVgur-wWRgyilM0j2A/edit?ts=5a673d3b#gid=1558692306">
|
||||||
Detention Board</a></td>
|
Detention Board</a></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user