Changeset 17299 in josm for trunk/src/org/openstreetmap/josm/gui/widgets/HtmlPanel.java
- Timestamp:
- 2020-11-06T08:11:47+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/widgets/HtmlPanel.java
r17117 r17299 57 57 f.isItalic() ? "italic" : "normal" 58 58 ) + '}'); 59 ss.addRule("a {text-decoration: underline; color: " + JosmEditorPane.getLinkColor( "blue") + "}");59 ss.addRule("a {text-decoration: underline; color: " + JosmEditorPane.getLinkColor() + "}"); 60 60 ss.addRule("ul {margin-left: 1cm; list-style-type: disc}"); 61 61 JosmHTMLEditorKit kit = new JosmHTMLEditorKit();
Note:
See TracChangeset
for help on using the changeset viewer.
