|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 |
#content #text {
margin: 0;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
text-align: justify;
color: #bfbebe;
background: url('../images/content_bottom.gif') no-repeat bottom left;
line-height: 22px;
}
|