Files
danbooru/app/assets/stylesheets/specific/artists.css.scss
2011-10-03 13:41:32 -04:00

23 lines
298 B
SCSS

div#c-artists {
span.new-artist {
font-weight: bold;
color: #A00;
}
div#a-show {
max-width: 60em;
p.legend {
margin-bottom: 2em;
font-size: 0.8em;
font-style: italic;
}
}
div#a-edit, div#a-new {
textarea {
height: 5em;
}
}
}