Align the photo ID to the right

This commit is contained in:
Roberto Metere 2016-07-04 21:51:49 +01:00
parent 497c0402bb
commit a7e8072739

View file

@ -502,9 +502,9 @@
{\headerquotestyle{\@quote\\}\vspace{\acvHeaderAfterQuoteSkip}}% {\headerquotestyle{\@quote\\}\vspace{\acvHeaderAfterQuoteSkip}}%
\end{center}% \end{center}%
\end{minipage}% \end{minipage}%
\ifthenelse{\isundefined{\@phid}}{}{ \ifthenelse{\isundefined{\@phid}}{}{%
\begin{minipage}[c]{\headerphotoidwidth}% \begin{minipage}[c]{\headerphotoidwidth}%
\begin{tikzpicture}% \raggedleft\begin{tikzpicture}%
\foreach \r/\colora in {1.6/{black!10},1.5/{black!30}}{ \foreach \r/\colora in {1.6/{black!10},1.5/{black!30}}{
\fill[\colora] (0,0) circle (\r cm); \fill[\colora] (0,0) circle (\r cm);
} }