Description

Text with strike through indicated is not shown with the line through it when using the SimpleMente theme.

Steps to reproduce

  1. Switch Preferred theme in Preferences to "simplemente"
  2. Go to SyntaxReference

  3. Observe that "strike through" is not struck through

Example

URL: SyntaxReference

Picture 1.png - shows strike through in classic theme Picture 2.png - shows strike through in simplemente theme

Component selection

Details

MoinMoin Version

OS and Version

Python Version

Server Setup

Server Details

Language you are using the wiki in (set in the browser/UserPreferences)

Workaround

Discussion

Not a Moin bug, but a SimpleMente programmer's bug: Please try if adding

/* Replacement for deprecated html 3 <u> element and html 4 <strike> */
.u {text-decoration: underline;}
.strike {text-decoration: line-through;}

to common.css of SimpleMente helps.

Report further theme errors please on ThemeMarket/SimpleMente only.

Plan


CategoryMoinMoinNoBug

MoinMoin: MoinMoinBugs/NoStrikethroughInSimpleMente (last edited 2008-09-02 21:50:42 by OliverSiemoneit)