Now i've been trying for a while,Â
But how do i move the; "Spoiler"
to the section where the border box is:
As you can see the "spoiler" is out of its border. How do i move it up?
Edit: version: phpbb3, www.vie-la-mort.forum-motion.com
But how do i move the; "Spoiler"
to the section where the border box is:
As you can see the "spoiler" is out of its border. How do i move it up?
- CSS Code:
- /* Code block------------------------------------------------*/
dl.codebox {
padding: 3px;
background-color: #FFFFFF;
border: 1px solid #C9D2D8;
font-size: 1em;
}
dl.codebox dt {
text-transform: uppercase;
border-bottom: 1px solid #CCCCCC;
margin-bottom: 3px;
font-size: 0.8em;
font-weight: bold;
display: block;
}
blockquote dl.codebox {
margin-left: 0;
}
dl.codebox code {
overflow: auto;
display: block;
height: auto;
max-height: 200px;
white-space: normal;
padding-top: 5px;
font: 0.9em Courier,Courier New,sans-serif;
line-height: 1.3em;
color: #2E8B57;
margin: 2px 0;
}
Edit: version: phpbb3, www.vie-la-mort.forum-motion.com