Better formatting of Character Advnatages Table
It was a minor thing, but the "Notes" was ending centred, and I wasn't liking that. So now it isn't. Took a bit as something about how it works grouping it with the `tabular` doesn't work without some degree of whitespace around it.
This commit is contained in:
parent
777f600914
commit
e90c186974
|
@ -199,7 +199,8 @@ and true method from back on the farm.
|
||||||
These are the advantages the character has \myref{tab:characteradvant}:
|
These are the advantages the character has \myref{tab:characteradvant}:
|
||||||
|
|
||||||
\begin{table*}[h!tbp]
|
\begin{table*}[h!tbp]
|
||||||
\centering
|
{\centering
|
||||||
|
|
||||||
\begin{tabular}{| c | c | c |}
|
\begin{tabular}{| c | c | c |}
|
||||||
\hline
|
\hline
|
||||||
Advantage&Point Value&Source\\
|
Advantage&Point Value&Source\\
|
||||||
|
@ -215,6 +216,8 @@ These are the advantages the character has \myref{tab:characteradvant}:
|
||||||
\hline
|
\hline
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
\begin{enumerate}[nosep]
|
\begin{enumerate}[nosep]
|
||||||
|
|
Loading…
Reference in New Issue