X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=doc%2Fwebdeveloper%2Fstylesheets%2Flinearize_page.css;fp=doc%2Fwebdeveloper%2Fstylesheets%2Flinearize_page.css;h=1af1ed83ecd4c57e97141bffcbb1083aa4d9f5ac;hp=0000000000000000000000000000000000000000;hb=c3b0deb3d8c9f439739c79806e915c29bc1d4b84;hpb=cff6539539a79e014f6ac8df46716cafce2c8472 diff --git a/doc/webdeveloper/stylesheets/linearize_page.css b/doc/webdeveloper/stylesheets/linearize_page.css new file mode 100644 index 0000000..1af1ed8 --- /dev/null +++ b/doc/webdeveloper/stylesheets/linearize_page.css @@ -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