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 { ...@@ -148,19 +148,18 @@ BODY {
counter-increment:code; counter-increment:code;
content:counter(code, decimal-leading-zero)'.'; content:counter(code, decimal-leading-zero)'.';
} }
.slide PRE EM, .slide PRE MARK {
.slide PRE STRONG {
padding:3px 8px; padding:3px 8px;
-webkit-border-radius:8px; -webkit-border-radius:8px;
-moz-border-radius:8px; -moz-border-radius:8px;
border-radius:8px; border-radius:8px;
} }
.slide PRE EM { .slide PRE MARK {
background:#FAFAA2; background:#FAFAA2;
color:#000; color:#000;
font-style:normal; font-style:normal;
} }
.slide PRE STRONG { .slide PRE MARK.important {
background:#C00; background:#C00;
color:#FFF; color:#FFF;
font-weight:normal; 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