]> git.parisson.com Git - django-postman.git/commitdiff
Changed medias/ to static/ for conformance with django 1.3
authorPatrick Samson <pk.samson@gmail.com>
Mon, 13 Aug 2012 19:41:40 +0000 (21:41 +0200)
committerPatrick Samson <pk.samson@gmail.com>
Mon, 13 Aug 2012 19:41:40 +0000 (21:41 +0200)
postman/medias/postman/css/admin.css [deleted file]
postman/static/postman/css/admin.css [new file with mode: 0644]

diff --git a/postman/medias/postman/css/admin.css b/postman/medias/postman/css/admin.css
deleted file mode 100644 (file)
index 798f45e..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-/*
-       This stylesheet is dedicated to the admin site.
-*/
-
-/* Form Fields */
-#id_subject, #id_moderation_reason { width: 50em; }
diff --git a/postman/static/postman/css/admin.css b/postman/static/postman/css/admin.css
new file mode 100644 (file)
index 0000000..798f45e
--- /dev/null
@@ -0,0 +1,6 @@
+/*
+       This stylesheet is dedicated to the admin site.
+*/
+
+/* Form Fields */
+#id_subject, #id_moderation_reason { width: 50em; }