General Community > Site Comments, Issues and Concerns

possible incorrect css overflow value in Modifications posts

<< < (2/5) > >>

IchBin™:
Oh you mean on the mod site? That's completely separate from the forum here. Do you have an example where I can see the problem?

emanuele:
Ich you can see it in his mod page: http://custom.simplemachines.org/mods/index.php?mod=2633
If the window is less than...1280 or something like that the lines of the first paragraph are cropped. ;)

IchBin™:
Ah I see. It just needed a width. Should be fixed now.

emanuele:
Almost gone.
Just a small thing, there is this 2em padding:

--- Code: ---#secondarybody #descript {
background: url("http://www.simplemachines.org/site_images/browse.jpg") no-repeat transparent;
float: left;
margin-top: 1em;
padding: 2em;
width: 100%;
}
--- End code ---
would be possible to change it to:

--- Code: ---#secondarybody #descript {
background: url("http://www.simplemachines.org/site_images/browse.jpg") no-repeat transparent;
float: left;
margin-top: 1em;
padding: 2em 0 0 2em;
width: 100%;
}
--- End code ---
so that the vertical bar of the code blocks becomes visible?

IchBin™:
Should be done now. :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version