Reversed width of rules for Annex II
parent
1411819b75
commit
c197857c23
8
task.sty
8
task.sty
|
@ -34,8 +34,8 @@
|
||||||
\refstepcounter{taskc}%
|
\refstepcounter{taskc}%
|
||||||
\vspace{-0.5\parskip}%
|
\vspace{-0.5\parskip}%
|
||||||
\textcolor{taskrulecolor}{%
|
\textcolor{taskrulecolor}{%
|
||||||
\leavevmode\llap{\rule{\marginparwidth}{2pt}}%
|
\leavevmode\llap{\rule{\marginparwidth}{1pt}}%
|
||||||
\rule{\textwidth}{2pt}%
|
\rule{\textwidth}{1pt}%
|
||||||
}%
|
}%
|
||||||
\vspace{-0.5\baselineskip}%
|
\vspace{-0.5\baselineskip}%
|
||||||
\begin{@task}[#1]%
|
\begin{@task}[#1]%
|
||||||
|
@ -44,8 +44,8 @@
|
||||||
\end{@task}%
|
\end{@task}%
|
||||||
\vspace{-0.85\baselineskip}%
|
\vspace{-0.85\baselineskip}%
|
||||||
\textcolor{taskrulecolor}{%
|
\textcolor{taskrulecolor}{%
|
||||||
\leavevmode\llap{\rule{\marginparwidth}{1pt}}%
|
\leavevmode\llap{\rule{\marginparwidth}{2pt}}%
|
||||||
\rule{\textwidth}{1pt}%
|
\rule{\textwidth}{2pt}%
|
||||||
}%
|
}%
|
||||||
\ignorespaces
|
\ignorespaces
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue