From c197857c23fc039adb8b539241538f628c376460 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 15 Aug 2013 14:12:39 -0400 Subject: [PATCH] Reversed width of rules for Annex II --- task.sty | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/task.sty b/task.sty index 9156667..9099eba 100644 --- a/task.sty +++ b/task.sty @@ -34,8 +34,8 @@ \refstepcounter{taskc}% \vspace{-0.5\parskip}% \textcolor{taskrulecolor}{% - \leavevmode\llap{\rule{\marginparwidth}{2pt}}% - \rule{\textwidth}{2pt}% + \leavevmode\llap{\rule{\marginparwidth}{1pt}}% + \rule{\textwidth}{1pt}% }% \vspace{-0.5\baselineskip}% \begin{@task}[#1]% @@ -44,8 +44,8 @@ \end{@task}% \vspace{-0.85\baselineskip}% \textcolor{taskrulecolor}{% - \leavevmode\llap{\rule{\marginparwidth}{1pt}}% - \rule{\textwidth}{1pt}% + \leavevmode\llap{\rule{\marginparwidth}{2pt}}% + \rule{\textwidth}{2pt}% }% \ignorespaces }