summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2007-02-20 02:10:26 +0000
committerot <ot@localhost>2007-02-20 02:10:26 +0000
commitd80e445619d926476bdb45d5e02e3b36b9279521 (patch)
tree2d9f244396dcfb4bbdfba20a3bb93426fa8cd4ab
parent0e06674599a053737e9ccc4441c4b801578fdc92 (diff)
downloadmarkup-validator-d80e445619d926476bdb45d5e02e3b36b9279521.zip
markup-validator-d80e445619d926476bdb45d5e02e3b36b9279521.tar.gz
markup-validator-d80e445619d926476bdb45d5e02e3b36b9279521.tar.bz2
tabtastic stylesheet
-rw-r--r--htdocs/style/tabtastic.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/htdocs/style/tabtastic.css b/htdocs/style/tabtastic.css
new file mode 100644
index 0000000..06205f2
--- /dev/null
+++ b/htdocs/style/tabtastic.css
@@ -0,0 +1,14 @@
+/* specific style triggered by javascript */
+
+.tabset_content { display:none; }
+.tabset_label { display:none }
+
+.tabset_content_active { display:block }
+* html legend { position:absolute; top: -25em !important; left: -25em !important; }
+* html fieldset{ position: relative; margin-top:0 !important; padding-top:0 !important;}
+@media aural{
+ .tabset_content,
+ .tabset_label { display:block }
+}
+
+