diff --git a/CHANGELOG b/CHANGELOG index d4ae0b2..bd3b0bb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,7 @@ version 1.5.0 (xx MMM 2013) - added a letter icon ("W") for the homepage of the "letters" icon set. - forced some white space between the main text and the footer of the "casual" style variant. + - removed the rule below the headings of the cvcolumns environment. version 1.4.0 (28 Mar 2013) - deprecated \phone, \mobile and \fax in favour of \phone[], where diff --git a/examples/template-es.pdf b/examples/template-es.pdf index 3bbdc1d..93506ce 100644 Binary files a/examples/template-es.pdf and b/examples/template-es.pdf differ diff --git a/examples/template_banking_red.pdf b/examples/template_banking_red.pdf index 1d6c5b5..60327f3 100644 Binary files a/examples/template_banking_red.pdf and b/examples/template_banking_red.pdf differ diff --git a/examples/template_casual_orange.pdf b/examples/template_casual_orange.pdf index 5df115d..b500f90 100644 Binary files a/examples/template_casual_orange.pdf and b/examples/template_casual_orange.pdf differ diff --git a/examples/template_classic_green.pdf b/examples/template_classic_green.pdf index 01fcb21..62b7a98 100644 Binary files a/examples/template_classic_green.pdf and b/examples/template_classic_green.pdf differ diff --git a/examples/template_multibib.pdf b/examples/template_multibib.pdf index 9e107c1..1c2aa81 100644 Binary files a/examples/template_multibib.pdf and b/examples/template_multibib.pdf differ diff --git a/examples/template_oldstyle_grey.pdf b/examples/template_oldstyle_grey.pdf index 49b0b20..a65e5f6 100644 Binary files a/examples/template_oldstyle_grey.pdf and b/examples/template_oldstyle_grey.pdf differ diff --git a/moderncv.cls b/moderncv.cls index e422ad8..e85ec6e 100644 --- a/moderncv.cls +++ b/moderncv.cls @@ -499,8 +499,9 @@ \cvitem{}{% \begin{tabular}{\cvcolumns@def}% \if@cvcolumns@head@empty\else% - \cvcolumns@head\\[-.8em]% - {\color{color1}\rule{\maincolumnwidth}{.25pt}}\\\fi% + \cvcolumns@head%\\[-.8em]% +% {\color{color1}\rule{\maincolumnwidth}{.25pt}}% + \\\fi% \cvcolumns@content% \end{tabular}}}