diff --git a/layout.sty b/layout.sty index eeb6656d2b9a31cf07286480b09ad601d4e22805..4cc0da9d62c3e49f33c2d4a2dde21c5d367882ee 100644 --- a/layout.sty +++ b/layout.sty @@ -385,8 +385,13 @@ bookmarks=true]% \draw[ornamented frame inner, use path=ornament 1]; \draw[ornamented frame inner, use path=ornament 2]; % - \node at ([xshift=20pt,yshift=\thedr-10pt] north west) - {\iftoggle{bling}{\sidebling}{}}; + \ifodd\thepage + \node at ([xshift=-20pt,yshift=\thedr-10pt] north east) + {\iftoggle{bling}{\sidebling}{}}; + \else + \node at ([xshift=20pt,yshift=\thedr-10pt] north west) + {\iftoggle{bling}{\sidebling}{}}; + \fi } }