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.
 
 
 
 
 

13 lines
224 B

/* The below rules are used in Django Admin */
.field-code {
font-family: monospace;
font-size: 80%;
}
.field-name_tags span {
color: #555;
background: #EEE;
padding: 1px 4px;
border-radius: 2px;
}