Bug (approved)

Chapter /#9108

Summary

approved
Jul 27, 2010
100%
Jul 27, 2010 / guest
Jan 11, 2011 / pixtur
suggested
 

Attached files

No files uploaded
 
This task does not have any text yet.
Doubleclick here to add some.

Issue report

Minor
Always
Apache/2.2 Server, PHP5.2
0.0912
streber_v0.0912
When I resize browser window the "Chapter" width doesn't get the free size of the window, specially notable using widescreen monitor.

Se example here:
http://www.fotosupload.com/imagenes/FuD151082_example.png

Resize in order to get the extra space.
Is there any way to modify the css style to workaround this?

 

1 Comments

pixtur:

14 months ago

This design is intensional. However, you can create a new theme an overwrite the max-width setting like this:
div.wiki {
    max-width:999em;
}