git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / linearize_page.css
diff --git a/doc/webdeveloper/stylesheets/linearize_page.css b/doc/webdeveloper/stylesheets/linearize_page.css
new file mode 100644 (file)
index 0000000..1af1ed8
--- /dev/null
@@ -0,0 +1,10 @@
+*
+{
+    float: none !important;
+    position: static !important;
+}
+
+table, tbody, td, tfoot, th, thead, tr
+{
+    display: block !important;
+}
\ No newline at end of file