You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
304 B

span.cblock {
border-radius: 4px;
background-color: #F3F3F3;
padding: 6px 8px;
margin: 0px 5px;
}
span.cblock input[type=submit] {
background: url('/img/send.png') no-repeat;
padding-left: 20px;
}
textarea#paste {
width: 50%;
height: 300px;
}
pre code {
background-color: #777777;
}