From: Matías Aguirre Date: Sun, 9 Jan 2011 15:16:54 +0000 (-0200) Subject: Validation badges X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c19397069842879f2f73ccb1ed7d0c706a57d73a;p=django-social-auth.git Validation badges --- diff --git a/example/templates/base.html b/example/templates/base.html index 13d99c9..97a81f1 100644 --- a/example/templates/base.html +++ b/example/templates/base.html @@ -25,6 +25,8 @@ a.logout, .associated, .error {color: #c00;} #forkme {position: absolute; top: 0; right: 0;} #forkme img {border: 0;} + #valid-badges {position: absolute; bottom: 10px; left: 10px;} + #valid-badges p {display: inline;} @@ -38,6 +40,20 @@
{% block content %}{% endblock %}
+ +
+

+ + Valid CSS! + +

+

+ + Valid XHTML 1.0 Strict + +

+
+
Fork me on GitHub