r769 vs r770
11
[[분류:더시드위키]][include(틀:더시드위키 연습장)][include(더시드위키:연습장/설명문서)]
22
##여기부터 연습장 사용이 가능합니다. 위의 서술을 지우지 말아 주세요.
3
{{{#!syntax css
4
/* Colorize diff size
5
(Green for + and red for -) */
63
7
.mw-plusminus-pos {
8
color:green;
9
}
10
.mw-plusminus-neg {
11
color:red;
12
}
13
}}}