Changes between Initial Version and Version 1 of Ticket #12136, comment 2
- Timestamp:
- Jun 26, 2014, 8:45:29 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12136, comment 2
initial v1 1 We do not control page's styling and cannot hardcode such styles. This is CSS'es problem which only page authors can solve and as you mentioned only partially. 1 We do not control page's styling and cannot hardcode such styles. This is CSS'es problem which only page authors can solve. Note that it may be possible to style all combinations of underline and strike-through. Just create 4 selectors: 2 3 {{{ 4 s widget {} 5 u widget 6 u s widget, s u widget {} 7 }}}