html & css > Feature (new)

Make Wiki HR wider / #6666

Summary

new
Jul 4, 2008
Jul 4, 2008 / webbplatsen
Jul 4, 2008 / webbplatsen
 

Attached files

No files uploaded
Style "div.wiki hr" does not have WIDTH set so the horizontal divider will not fill the whole row. Text- and codeblocks will do that and it's not look perfect when those blocks are wider than the horizontal divider.
Just add "width:100%;" or "width:98%;" into the style below.

from line 2184

div.wiki hr { 
....
width:100%;
}


Example

foo foo foo


this a divider ("div.wiki hr") which not use the whole line/row as text- and codeblocks does.

Comment / Update