File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 13
13
14
14
\newcommand {\writtenNoteA }[1]{\par\textcolor {writtenNote}{#1}}
15
15
\renewcommand {\parsel }[1]{\textcolor {parsel}{#1}}
16
- \renewcommand {\McGonagallWhiteBoard }[1]{\textcolor {McGonagallWhiteBoard}{#1}}
16
+ \renewcommand {\McGonagallWhiteBoard }[1]{\textcolor {McGonagallWhiteBoard}{\par #1}}
17
17
\renewcommand {\headline }[1]{\begin {center }\textcolor {headline}{#1}\end {center }}
18
18
\renewcommand {\inlineheadline }[1]{\textcolor {headline}{#1}}
19
19
Original file line number Diff line number Diff line change @@ -102,8 +102,10 @@ span.writtenNote {
102
102
margin-left : 1em ;
103
103
}
104
104
105
- span .McGonagallWhiteBoard {
105
+ div .McGonagallWhiteBoard {
106
106
color : # cc3333 ;
107
+ text-align : center;
108
+ text-transform : uppercase;
107
109
text-decoration : underline;
108
110
text-decoration-color : # 3333cc ;
109
111
/* text-decoration-thickness: 1px; */
You can’t perform that action at this time.
0 commit comments