25 lines
235 B
CSS
25 lines
235 B
CSS
|
|
body {
|
|
}
|
|
|
|
.paste {
|
|
margin: 0 auto;
|
|
width: auto;
|
|
}
|
|
|
|
.paste .text_formatted {
|
|
width: 100%;
|
|
margin: 0;
|
|
border: 0;
|
|
}
|
|
|
|
.paste p {
|
|
clear: both;
|
|
background: #ccc;
|
|
padding: 3px 6px;
|
|
}
|
|
|
|
.paste .right {
|
|
float: right;
|
|
}
|
|
|