Commit b1e29a11 by Xavier Antoviaque

html-css-review: Consistently use pixels, do not mix relative sizes

parent 3b07e850
.mentoring .answer.read_only {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
margin: 20px 10px;
padding: 10px 10px;
quotes: "\201C""\201D""\2018""\2019";
}
.mentoring .answer.read_only:before {
color: #ccc;
content: "\201C";
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
font-size: 65px;
line-height: 11px;
margin-right: 13px;
vertical-align: -25px;
}
......@@ -5,10 +5,10 @@
.mentoring .warning {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px;
-moz-border-radius:.5em;
-webkit-border-radius:.5em;
border-radius:.5em;
padding: 15px 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
color: #9F6000;
background-color: #FEEFB3;
}
......
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