Files
danbooru/app/assets/stylesheets/specific/wiki_pages.css.scss
2013-03-16 15:32:24 +01:00

30 lines
354 B
SCSS

div#c-wiki-pages {
span.version {
color: #AAA;
}
div#form-content {
float: left;
width: 30em;
}
del {
background: #FCC;
text-decoration: none;
}
ins {
background: #CFC;
text-decoration: none;
}
table {
margin-bottom: 1em;
}
#content {
margin-left: 15em;
padding-left: 1em;
}
}