fixes #95 – Minor design improvements for the title page

This commit is contained in:
Benjamin Weiss 2015-11-13 17:50:22 +01:00
parent 4cd0943d42
commit 5df8e3654a
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -257,7 +257,7 @@
% \begin{macrocode}
\setbeamertemplate{title separator}{
\begin{tikzpicture}
\draw[fg] (0, 0) -- (\textwidth, 0);
\draw[fg, fill=fg] (0,0) rectangle (\textwidth, 0.4pt);
\end{tikzpicture}%
\par%
}