Re: RFR: 8260328: Drop redundant CSS properties from java.desktop HTML files

2022-02-22 Thread Dmitry Markov
On Sun, 20 Feb 2022 17:04:39 GMT, Alexey Ivanov wrote: > Drop redundant `text-align: left` from `` elements, which don't affect > the table alignment. Then drop `text-align: center` from ` elements which > counter-act the align set on the ``. > > Also drop `vertical-align: top` from table cell

Re: RFR: 8260328: Drop redundant CSS properties from java.desktop HTML files

2022-02-21 Thread Sergey Bylokhov
On Sun, 20 Feb 2022 17:04:39 GMT, Alexey Ivanov wrote: > Drop redundant `text-align: left` from `` elements, which don't affect > the table alignment. Then drop `text-align: center` from ` elements which > counter-act the align set on the ``. > > Also drop `vertical-align: top` from table cell

RFR: 8260328: Drop redundant CSS properties from java.desktop HTML files

2022-02-20 Thread Alexey Ivanov
Drop redundant `text-align: left` from `` elements, which don't affect the table alignment. Then drop `text-align: center` from ` elements which counter-act the align set on the ``. Also drop `vertical-align: top` from table cells and declare this style globally. This makes the properties and v