Commit 5afa40ac authored by Vadim Makeev's avatar Vadim Makeev

em/strong for code samples replaced with mark

parent 2cf112af
......@@ -148,19 +148,18 @@ BODY {
counter-increment:code;
content:counter(code, decimal-leading-zero)'.';
}
.slide PRE EM,
.slide PRE STRONG {
.slide PRE MARK {
padding:3px 8px;
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
}
.slide PRE EM {
.slide PRE MARK {
background:#FAFAA2;
color:#000;
font-style:normal;
}
.slide PRE STRONG {
.slide PRE MARK.important {
background:#C00;
color:#FFF;
font-weight:normal;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment