Environment Fix

- fixed the key-value table column widths
develop
Julius Riegel 5 years ago
parent 015e7dcdf0
commit b7114c4660

@ -15,7 +15,7 @@
% 1 - the column name of the key % 1 - the column name of the key
% 2 - the column name of the description/value % 2 - the column name of the description/value
\newenvironment{keyvaluetable}[2]{ \newenvironment{keyvaluetable}[2]{
\begin{tabular}{| p{0.35\linewidth} | p{0.5\linewidth} |} \begin{tabular}{| p{0.25\linewidth} | p{0.75\linewidth} |}
\hline \hline
\rowcolor{zcgray} \rowcolor{zcgray}
\textbf{#1} & \textbf{#2}\\ \hline \textbf{#1} & \textbf{#2}\\ \hline

Loading…
Cancel
Save