diff --git a/bind.sty b/bind.sty index f77d274b3919b835d5ad5997fdb36bfe555690df..66cea7d0b50f8ada147a51187de7208bbba158ce 100644 --- a/bind.sty +++ b/bind.sty @@ -250,7 +250,7 @@ bookmarks=true]% \addtocounter{pageDarkness}{10} \fi \begin{tikzpicture} - \node[minimum width=\linewidth+1em, text=white, fill=\pageSideColor, inner sep=1, outer sep=0, anchor=south] (rectinit) {\Huge \headingtype}; + \node[minimum width=\linewidth+2em, text=white, fill=\pageSideColor, inner sep=1, outer sep=0, anchor=south] (rectinit) {\Huge \headingtype}; \node[minimum width=.75\textwidth, text=white, inner sep=3, outer sep=0, anchor=south west, text width=.75\textwidth, align=right] at (rectinit.south west) (chapname) {}; \node[minimum width=.25\textwidth, inner sep=-5, outer sep=0, anchor=south west, text width=.25\textwidth, align=left] at (chapname.south east) {\chapnumfont\textcolor{chapnumcol}{\Roman{chapter}}}; \end{tikzpicture}}