Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-doc-dev] Eclipse Help Style Guide: CSS path proposal

The current Eclipse Help Style Guide suggests that the HTML files be changed to point to a new location for the book.css file:

 To call the book.css file, change the current markup from
 <link rel="stylesheet" href="../book.css" type="text/css"> to
 <link rel="stylesheet" href="../../PRODUCT_PLUGIN/book.css"
 type="text/css">


This change is not required; instead, we can just use the current "../book.css" file to import the "real" book.css file. This would be the only line in the "../book.css" file:

 @import url("../../PRODUCT_PLUGIN/book.css");



Comments?



-------------------------------
 Mike Behm
 Red Hat Canada Ltd.
 Toronto, ON
 416.482.2661 X312
-------------------------------




Back to the top