24 lines
287 B
SCSS
24 lines
287 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;
|
|
}
|
|
} |