aboutsummaryrefslogtreecommitdiffstats
path: root/resume.cls
diff options
context:
space:
mode:
Diffstat (limited to 'resume.cls')
-rw-r--r--resume.cls8
1 files changed, 4 insertions, 4 deletions
diff --git a/resume.cls b/resume.cls
index bd3a53f..6151cdb 100644
--- a/resume.cls
+++ b/resume.cls
@@ -274,12 +274,12 @@
\begin{minipage}{#2}
\ifthenelse{\equal{#1}{square}}{%
\tikz\path[fill overzoom image={#3}]
- rectangle (\linewidth, \linewidth);
+ rectangle (\linewidth, \linewidth);%
}{%
\tikz\path[fill overzoom image={#3}]
- circle[radius=0.5\linewidth];
- }
- \end{minipage}%
+ circle[radius=0.5\linewidth];%
+ }%
+ \end{minipage}
}
}