I'm writing my cv using moderncv, classic style format.
My problem is that the bars left of any section (as the orange ones here http://be-jo.net/wp-content/uploads/201 ... 40x450.jpg ) are too thick.
Where can I change that? I looked through moderncv.cls and moderncvstyleclassic.sty and didn't find anything.
MWE:
Code: Select all
\documentclass[11pt,a4paper,sans,ngerman,a4paper]{moderncv}
\moderncvstyle{classic}
\firstname{First name}
\familyname{last name}
\begin{document}
\section{some section}
\cvitem{stuff}{ok}
\end{document}