Хранилища Subversion ant

Сравнить редакции

Учитывать пробелы Редакция 32 → Редакция 36

/trunk/img/bg.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/img/bg.gif
Новый файл
Изменения свойств:
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: css/ant.css
===================================================================
--- css/ant.css (revision 32)
+++ css/ant.css (revision 36)
@@ -1,3 +1,7 @@
+body {
+ background: #fff url(../img/bg.gif) top left repeat;
+}
+
#ant {
font: 12pt/20pt Georgia;
}
Index: templates/footer.tpl
===================================================================
--- templates/footer.tpl (revision 32)
+++ templates/footer.tpl (revision 36)
@@ -1,2 +1,14 @@
+<p>
+ <a href="http://validator.w3.org/check?uri=referer"><img
+ src="http://www.w3.org/Icons/valid-xhtml10-blue"
+ alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
+
+<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="Правильный CSS!" />
+</a>
+</p>
+
</body>
</html>