Controlling order of XPages CSS using mobile theme
问题 When using the XPages Mobile theme the CSS files I add to the page as resources are added before the CSS files provided by IBM as part of the mobile theme. Example: <xp:this.resources> <xp:styleSheet href="css/font-awesome/css/font-awesome.css"></xp:styleSheet> <xp:styleSheet href="/mobile.css"></xp:styleSheet> </xp:this.resources> Generate the following HTML <link rel="stylesheet" type="text/css" href="/redpill/graph.nsf/css/font-awesome/css/font-awesome.css"> <link rel="stylesheet" type=