fixed #9
The default \parbox command aligns its center to the baseline, but you really want the top in this case. "Experience" has a depth due to the "p", the other words don't.
This commit is contained in:
parent
533719252f
commit
b6561abe2f
@ -300,7 +300,7 @@
|
|||||||
% param 1: text
|
% param 1: text
|
||||||
% param 2: width in cm or pt, em ...
|
% param 2: width in cm or pt, em ...
|
||||||
% param 3: color
|
% param 3: color
|
||||||
\newcommand{\legend}[3]{\parbox{#2}{\textcolor{#3}{\rule{#2}{4pt}}\\#1}}
|
\newcommand{\legend}[3]{\parbox[t]{#2}{\textcolor{#3}{\rule{#2}{4pt}}\\#1}}
|
||||||
|
|
||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
% CUSTOM LOREM IPSUM
|
% CUSTOM LOREM IPSUM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user