Ticket #11 (new defect)

Opened 4 years ago

Last modified 1 year ago

Problems with rightHandSide style

Reported by: alexeyv Assigned to: alexeyv
Priority: normal Milestone:
Component: component1 Version:
Severity: minor Keywords:
Cc:

Description

Various problems with <div class="rightHandSide"> in the stylesheet.

To reproduce, create an Instiki page with the following Textile content:

Right-hand side Textile blocks are broken:

* The text appears small.

* h5. doesn't work on the first line

* Plain text under a bulleted entry appears indented.

* The text appears to the right of the footer.  The footer should instead be underneath this text.

-- [[Sy]]

Category: Bug Report

<hr>

<pre>
</pre>

<div class="rightHandSide">
h5. this h5 header doesn't work

This text shouldn't be so small

h5. this h5 header works

* test bullet
this text shouldn't be indented
</div>

Change History