Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22356e2 commit fe7414bCopy full SHA for fe7414b
1 file changed
docs/styles/dfhack.css
@@ -61,17 +61,21 @@ span.pre {
61
overflow-wrap: break-word;
62
}
63
64
-div.dfhack-tool-summary {
+div.dfhack-tool-summary,
65
+aside.dfhack-tool-summary {
66
margin: 10px 0;
67
padding: 10px 15px;
68
+ background-color: #EEE;
69
70
-div.dfhack-tool-summary p {
71
+div.dfhack-tool-summary p,
72
+aside.dfhack-tool-summary p {
73
margin-top: 0;
74
margin-bottom: 0.5em;
75
line-height: 1em;
76
77
-div.dfhack-tool-summary p:last-child {
78
+div.dfhack-tool-summary p:last-child,
79
+aside.dfhack-tool-summary p:last-child {
80
margin-bottom: 0;
81
0 commit comments