Skip to content

Commit 6076c7d

Browse files
committed
layout Explanation simplified
1 parent 56598e0 commit 6076c7d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

global.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,4 +1047,16 @@ span#prev-activity-label {
10471047
/* fix \begin{center} for tabular; to be done properly...) */
10481048
div.center > .tabular {
10491049
margin: auto;
1050+
}
1051+
1052+
1053+
/* OVERWRITE 'explanation' */
1054+
.explanation::before {
1055+
content: "Explanation: ";
1056+
}
1057+
1058+
.explanation, .explanation-content {
1059+
background-color: transparent;
1060+
border: none;
1061+
border-left: none;
10501062
}

0 commit comments

Comments
 (0)