- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Feb 2007 02:10:28 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/style
In directory hutz:/tmp/cvs-serv32621/htdocs/style
Added Files:
tabtastic.css
Log Message:
tabtastic stylesheet
--- NEW FILE: tabtastic.css ---
/* 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 }
}
Received on Tuesday, 20 February 2007 02:10:33 UTC