Merge pull request #241 from Smurphonomics/patch-3

Update general.css
This commit is contained in:
Bill Bittner 2017-11-06 17:27:01 -08:00 committed by GitHub
commit 21d88e79a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,9 @@ a, a:visited {
.link--primary, .link--primary:visited {
color: #4156C5;
}
.link--primary.fine-print {
text-align: center;
}
.link--nav {
color: black;
border-bottom: 2px solid white;
@ -516,8 +518,12 @@ table {
}
#video-player {
background-color: black;
cursor: pointer;
background-color: #fff;
cursor: pointer;
margin: 0 auto;
margin-top: 2%;
border: 1px solid #d0d0d0;
padding:6px;
}
.show-asset-light {
@ -582,4 +588,4 @@ table {
text-align: center;
padding: 1em 0px 1em 0px;
width: 100%;
}
}