[SPIP] ~version 3.0.7-->3.0.10
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / print-plain / atvalues.csst
diff --git a/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/print-plain/atvalues.csst b/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/print-plain/atvalues.csst
deleted file mode 100644 (file)
index e5ee74b..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
---TEST--
-Test @import directive
---CSS--
-@import url('../thematic/library/styles/reset.css');
-@namespace foo url("http://www.example.com/");
-@charset "Shift-JIS";
-
-/* Based on the original Style Sheet for the fisubsilver v2 Theme for phpBB version 2+
-Edited by Daz  - http://www.forumimages.com - last updated 26-06-03 */
-/* The content of the posts (body of text) */
-/* General page style */
-
-/* begin suggest post */
-.float-l {
-       float : left ;
-}
---PRINT--
-@charset "Shift-JIS";
-@import "../thematic/library/styles/reset.css";
-@namespace foo "http://www.example.com/";
-@media screen {
-.float-l{float:left}
-}
---SETTINGS--
-template='high'
-sort_properties=false
-sort_selectors=false
-default_media="@media screen"
\ No newline at end of file