[ https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590603#action_12590603 ]
steve_rowe edited comment on LUCENE-1256 at 4/18/08 1:30 PM: -------------------------------------------------------------- Hi Doron, I like the Fancy stylesheet now - thanks. Attaching a new patch that contains a couple of small changes from your version: # I found a way to fix the bad IE6 behavior with the dynamic Expand All/Collapse All buttons, so I removed your static <input> tags and put the button creation back in the <head><SCRIPT> tag. I prefer this way, because the buttons will not appear at all if javascript is disabled. # Removed an extra copy of styles in ChangesFixedWidthStyle.css # Removed the alternative stylesheets <link> to the Fancy stylesheet (not necessary since it's the default stylesheet) was (Author: steve_rowe): Hi Doron, I like the Fancy stylesheet now - thanks. Attaching a new patch that contains a couple of small changes from your version: #I found a way to fix the bad IE6 behavior with the dynamic Expand All/Collapse All buttons, so I removed your static <input> tags and put the button creation back in the <head><SCRIPT> tag. I prefer this way, because the buttons will not appear at all if javascript is disabled. #Removed an extra copy of styles in ChangesFixedWidthStyle.css #Removed the alternative stylesheets <link> to the Fancy stylesheet (not necessary since it's the default stylesheet) > Changes.html formatting improvements > ------------------------------------ > > Key: LUCENE-1256 > URL: https://issues.apache.org/jira/browse/LUCENE-1256 > Project: Lucene - Java > Issue Type: Improvement > Components: Website > Affects Versions: 2.4 > Reporter: Steven Rowe > Assignee: Doron Cohen > Priority: Trivial > Fix For: 2.4 > > Attachments: LUCENE-1256.patch, LUCENE-1256.patch, LUCENE-1256.patch, > LUCENE-1256.patch, LUCENE-1256.patch, LUCENE-1256.patch > > > Some improvements to the Changes.html generated by the changes2html.pl script > via the 'changes-to-html' ant task: > # Simplified the Simple stylesheet (removed monospace font specification) and > made it the default. The Fancy stylesheet is really hard for me to look at > (yellow text on light blue background may provide high contrast with low eye > strain, but IMHO it's ugly). > # Moved the monospace style from the Simple stylesheet to a new stylesheet > named "Fixed Width" > # Fixed syntax errors in the Fancy stylesheet, so that it displays as > intended. > # Added <span style="attrib"> to change attributions. > # In the Fancy and Simple stylesheets, change attributions are colored dark > green. > # Now properly handling change attributions in CHANGES.txt that have trailing > periods. > # Clicking on an anchor to expand its children now changes the document > location to show the children. > # Hovering over anchors now causes a tooltip to be displayed - either "Click > to expand" or "Click to collapse" - the tooltip changes appropriately after a > collapse or expansion. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]