Skip to content

Commit

Permalink
Remove html valid badges
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Nov 15, 2012
1 parent e06f482 commit 0f69f99
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions example/example/templates/base.html
@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<!DOCTYPE html>
<html>
<head>
<title>Django Social Auth</title>
<meta name="description" content="Django Social Auth is an easy to setup social authentication/registration mechanism for Django projects." />
Expand Down Expand Up @@ -27,8 +27,6 @@
a.logout, span.disconnect a, .error {color: #c00;}
.error {padding-left: 30px;}
#forkme {position: absolute; top: 0; right: 0;}
#valid-badges {position: fixed; right: 10px; bottom: 10px;}
#valid-badges p {display: inline;}
pre {display: inline;}
</style>

Expand All @@ -54,19 +52,6 @@ <h2 id="heading">{% block heading %}{% endblock %}</h2>
{% block content %}{% endblock %}
</div>

<div id="valid-badges">
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!" />
</a>
</p>
<p>
<a href="http://validator.w3.org/check?uri=referer">
<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" />
</a>
</p>
</div>

<div><a id="forkme" href="http://github.com/omab/django-social-auth"><img src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" /></a></div>
</body>
</html>

0 comments on commit 0f69f99

Please sign in to comment.