mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
15619: cmis:PathName implementation 15740: Switch off javascript debugger 15752: Cater for case where requestURI is redirected to web script URI (unusual case in tomcat)15759: Updated CMIS front page 15760: Form adjustments 15761: Forms update 15765: CMIS Front page updates 15767: Reduced CMIS logo file size. 15769: Updated CMIS front page text. 15771: CMIS Front Page text updates. 15772: CMIS Front Page text updates - for TCK form. 15799: Update message re: TCK and contribution to Apache Chemistry git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17234 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
16 lines
570 B
CSS
16 lines
570 B
CSS
/* --------------------------------------------------------------
|
|
|
|
Tabs
|
|
* A basic ruleset for beginning tabs
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
ul.tabs { margin: 0; padding: 0; }
|
|
ul.tabs li { float: left; list-style: none; margin: 0; padding: 0; }
|
|
ul.tabs li a { float: left; display: block; }
|
|
|
|
/* Clearing floats without extra markup */
|
|
ul.tabs { display: inline-block; }
|
|
ul.tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
|
* html ul.tabs { height: 1%; }
|
|
ul.tabs { display: block; } |