Skip to content

Commit

Permalink
add w3c uri persistence policy disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
plinss committed Jan 19, 2015
1 parent f308be9 commit 47aac67
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _layouts/front.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
<script src="/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>

<span class=disclaimer>Note: the contents of tag.w3.org are not subject to the <a href='http://www.w3.org/Consortium/Persistence'>W3C URI Persistence Policy</a>.</span>
</body>
</html>
</html>
16 changes: 15 additions & 1 deletion asset/site.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
body {
margin-top: 75px;
margin-bottom: 2em;
height: 100%;
}
*[id]:before {
Expand All @@ -24,4 +25,17 @@ body {
}
.navbar-default .navbar-brand {
color: white;
}
}
.disclaimer {
font-size: smaller;
margin: 0;
padding-top: .25em;
width: 100%;
text-align: center;
display: block;
position: fixed;
bottom: 0;
background-color: #004c82;
color: white;
}

0 comments on commit 47aac67

Please sign in to comment.