update registration page

gh-pages
guidos 2017-01-16 07:34:16 -05:00
parent dfc67acc48
commit 15ae9c095f
2 changed files with 47 additions and 48 deletions

View File

@ -610,3 +610,50 @@ div.wrap.page-lead-content h3 {
.floatc {
clear:both;
}
#overview {
text-align: center;
padding: 0;
margin: 0;
border: 0;
border-collapse: collapse;
}
#overview tr td {
margin: 0px;
padding: 5px;
text-align: center;
vertical-align: center;
}
#overview .harvard {
background-color: pink;
}
#overview .district {
background-color: powderblue;
}
#overview .social {
background-color: lightsalmon;
}
#overview .seaport {
background-color: darkseagreen;
}
#overview .top {
border-top: solid black 1px;
}
#overview.left {
border-left: solid black 1px;
}
#overview .bottom {
border-bottom: solid black 1px;
}
#overview .right {
border-right: solid black 1px;
}

View File

@ -1,51 +1,3 @@
#overview {
text-align: center;
padding: 0;
margin: 0;
border: 0;
border-collapse: collapse;
width: 1088px;
}
#overview tr td {
margin: 0px;
padding: 5px;
text-align: center;
vertical-align: center;
}
#overview .harvard {
background-color: pink;
}
#overview .district {
background-color: powderblue;
}
#overview .social {
background-color: lightsalmon;
}
#overview .seaport {
background-color: darkseagreen;
}
#overview .top {
border-top: solid black 1px;
}
#overview.left {
border-left: solid black 1px;
}
#overview .bottom {
border-bottom: solid black 1px;
}
#overview .right {
border-right: solid black 1px;
}
@import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700);
html {
background: #6C7989;