Merge pull request #149 from benjamin-weiss/title-separator-width

fixes #95 – Minor design improvements for the title page
This commit is contained in:
Matthias Vogelgesang 2015-11-16 17:05:20 +01:00
commit 563f03b66a
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%
}