Vulcan/client/sass/partials/_markdown.scss
2012-09-13 10:55:05 +09:00

17 lines
No EOL
173 B
SCSS

.markdown{
strong{
font-weight:bold;
}
em{
font-style:italic;
}
ul, ol{
padding-left:18px;
}
ul{
list-style-type:disc;
}
ol{
list-style-type:decimal;
}
}