From c19397069842879f2f73ccb1ed7d0c706a57d73a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Sun, 9 Jan 2011 13:16:54 -0200 Subject: [PATCH] Validation badges --- example/templates/base.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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
-- 2.39.5