X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fwebdeveloper%2Fstylesheets%2Fdisplay_link_details.css;fp=doc%2Fwebdeveloper%2Fstylesheets%2Fdisplay_link_details.css;h=0000000000000000000000000000000000000000;hb=eb7467621891b71883916c90f91bddf4c38d615f;hp=707df3acd0f568d13b0fb85aadbd44e38b80706e;hpb=de6efc861c1f471125cb4d3ab3d0f82572b3d21b;p=pompage.git diff --git a/doc/webdeveloper/stylesheets/display_link_details.css b/doc/webdeveloper/stylesheets/display_link_details.css deleted file mode 100644 index 707df3a..0000000 --- a/doc/webdeveloper/stylesheets/display_link_details.css +++ /dev/null @@ -1,71 +0,0 @@ -@import url("imports/before.css"); - -a[href]:before -{ - content: "Href=" attr(href) !important; -} - -a[href][ping]:before -{ - content: "Href=" attr(href) " Ping=" attr(ping) !important; -} - -a[href][ping][rel]:before -{ - content: "Href=" attr(href) " Ping=" attr(ping) " Rel=" attr(rel) !important; -} - -a[href][ping][target]:before -{ - content: "Href=" attr(href) " Ping=" attr(ping) " Target=" attr(target) !important; -} - -a[href][ping][rel][target]:before -{ - content: "Href=" attr(href) " Ping=" attr(ping) " Rel=" attr(rel) " Target=" attr(target) !important; -} - -a[href][rel]:before -{ - content: "Href=" attr(href) " Rel=" attr(rel) !important; -} - -a[href][rel][target]:before -{ - content: "Href=" attr(href) " Rel=" attr(rel) " Target=" attr(target) !important; -} - -a[href][target]:before -{ - content: "Href=" attr(href) " Target=" attr(target) !important; -} - -a[ping]:before -{ - content: "Ping=" attr(ping) !important; -} - -a[ping][rel]:before -{ - content: "Ping=" attr(ping) " Rel=" attr(rel) !important; -} - -a[ping][target]:before -{ - content: "Ping=" attr(ping) " Target=" attr(target) !important; -} - -a[rel]:before -{ - content: "Rel=" attr(rel) !important; -} - -a[rel][target]:before -{ - content: "Rel=" attr(rel) " Target=" attr(target) !important; -} - -a[target]:before -{ - content: "Target=" attr(target) !important; -}