I would like my vertical line to be slightly detached from the horizontal lines. I am using
\usepackage{longtable}.
\footnotesize
\begin{longtable}{r | p{10cm}}
\caption{My caption 1\label{1}}\\
\hline
\endfirsthead
\caption[]{(continued)}\\
\endhead
\hline
\endlastfoot
\textsc{Newspaper Name}&\emph{Daily Triplicate}\\
\textsc{Availability}&text\\
\textsc{founded}&date\\
\textsc{Circulation}&number\\
\textsc{Coverage}&text\\
\textsc{Frequency}&text\\
\hline
\textsc{Newspaper Name}&\emph{Eureka Times-Standard}\\
\textsc{Availability}&text\\
\textsc{founded}&1997date\\
\textsc{Circulation}&number\\
\textsc{Coverage}&text\\
\textsc{Frequency}&text\\
\end{longtable}
