Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 5f5dc16

Browse files
committed
docs(structural-directives): clean and rewrite
1 parent cac368c commit 5f5dc16

18 files changed

+635
-307
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/* #docregion */
2+
button {
3+
min-width: 100px;
4+
}
5+
6+
.choices {
7+
font-style: italic;
8+
}
9+
10+
code, .code {
11+
background-color: #eee;
12+
color: black;
13+
font-family: Courier, sans-serif;
14+
font-size: 85%;
15+
}
16+
17+
div.code {
18+
width: 400px;
19+
}
20+
21+
.heroic {
22+
font-size: 150%;
23+
font-weight: bold;
24+
}
25+
26+
td, th {
27+
text-align: left;
28+
vertical-align: top;
29+
}
30+
31+
/* #docregion p-span */
32+
p span { color: red; font-size: 70%; }
33+
/* #enddocregion p-span */

0 commit comments

Comments
 (0)