Browse Source

line height to callouts

pull/1/head
Sami Vaarala 11 years ago
parent
commit
6c3eefc9dc
  1. 3
      website/style-content.css

3
website/style-content.css

@ -317,6 +317,7 @@
color: #000000;
padding: 1.5ex;
margin: 2ex 2em 2ex 0ex;
line-height: 1.4;
}
.content .tip:before {
content: "TIP: ";
@ -329,6 +330,7 @@
color: #000000;
padding: 1.5ex;
margin: 2ex 2em 2ex 0ex;
line-height: 1.4;
}
.content .note:before {
content: "NOTE: ";
@ -341,6 +343,7 @@
color: #ffffff;
padding: 1.5ex;
margin: 2ex 2em 2ex 0ex;
line-height: 1.4;
}
.content .fixme:before {
content: "FIXME: ";

Loading…
Cancel
Save