I am creating a presentation using Beamer with the Hannover template. Here is one slide from the presentation:
\begin{frame}
\frametitle{Vision(Image Acquisition \footnotesize contd.. \large)}
\begin{block}{Camera Calibration}
\begin{itemize}
\scriptsize\item All supported features are queried
\scriptsize\item Sliders are created
\end{itemize}
\bigskip
\begin{enumerate}
\scriptsize\item Automatic driver-made adjustments are disabled
\scriptsize\item Values taken from sliders are set
\scriptsize\item Config file is updated
\end{enumerate}
\end{block}
\bigskip
\begin{block}{Problems}
\begin{itemize}
\scriptsize\item Flickering
\scriptsize\item JPEG Artefacts
\end{itemize}
\end{block}
\end{frame}
As you can see, there are two blocks. The first is the main one, and the second is more like additional remarks. I want the second block to be indented for this reason. How to I manage to do that?
