Peter.Schulte at gad.de wrote: > > I have written several css-Files to have different views for our > DocBook-documents. How can I manage the order to be displayed in the > Views-menu? > Is there any algorithm? > I 've used already the alternate-parameter to define one css-file as the > default-view. But what about the others? >
Currently there is no algorithm other than: "First non-alternate CSS style sheet is displayed first". But we have changed this mess in next version to: "CSS style sheets are sorted by their (possibly localized) names; but in all cases, first non-alternate CSS is displayed first".

