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
19 lines
574 B
CSS
19 lines
574 B
CSS
/* --------------------------------------------------------------
|
|
|
|
Boilerplate ie.css
|
|
* Contains hacks for Internet Explorer < IE7
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
/* Make sure the layout is centered in IE5 */
|
|
body { text-align: center; }
|
|
#page { text-align: left; }
|
|
|
|
/* Keeps IE6 from cutting pulled/pushed images */
|
|
ul, ol { position: relative; }
|
|
|
|
/* Fixes incorrect styling of legend in IE6 fieldsets. */
|
|
legend { margin-bottom: 1.4em; }
|
|
|
|
/* Fixes incorrect placement of numbers in ol's in IE6/7 */
|
|
ol { margin-left: 2em; } |