Fix the links to the privacy policy and tos to not be intercepted by angular. Move some static images to img subdir. Reformat the tos and privacy policy to not have horrible google docs formatting.

This commit is contained in:
yackob03 2013-10-12 13:14:22 -04:00
parent 0d2564e127
commit 431f7b364f
7 changed files with 183 additions and 13 deletions

View file

@ -112,7 +112,7 @@
background-color: #1d1d1d;
background-position: left -30px;
background-image: url(../containers-back-black.jpg);
background-image: url(../img/containers-back-black.jpg);
background-repeat: no-repeat;
margin-top: -20px;
@ -954,4 +954,17 @@ p.editable:hover i {
display: block;
font-size: 14px;
margin-bottom: 6px;
}
.privacy-policy dd,
.tos dd {
margin-bottom: 20px;
}
.tos li {
margin-bottom: 10px;
}
.tos ul {
margin-top: 10px;
}