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:
parent
0d2564e127
commit
431f7b364f
7 changed files with 183 additions and 13 deletions
|
@ -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;
|
||||
}
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 531 KiB After Width: | Height: | Size: 531 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
@ -148,8 +148,8 @@
|
|||
<div class="col-md-2">
|
||||
<h4>Legal</h4>
|
||||
<ul>
|
||||
<li><a href="/tos">Terms of Service</a></li>
|
||||
<li><a href="/privacy">Privacy Policy</a></li>
|
||||
<li><a href="/tos" target="_self">Terms of Service</a></li>
|
||||
<li><a href="/privacy" target="_self">Privacy Policy</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -162,7 +162,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-3 col-md-offset-2 copyright-container">
|
||||
<a href="https://devtable.com"><img class="dt-logo" src="/static/dt-logo.png"></a>
|
||||
<a href="https://devtable.com"><img class="dt-logo" src="/static/img/dt-logo.png"></a>
|
||||
<span class="copyright">©2013 DevTable, LLC</span>
|
||||
</div>
|
||||
</div> <!-- row -->
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in a new issue