mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merged in klukas/sphinx/admonitions (pull request #68)
This commit is contained in:
commit
19086ab2e9
@ -254,7 +254,7 @@
|
||||
\addtolength{\py@noticelength}{-2\fboxsep}
|
||||
\addtolength{\py@noticelength}{-2\fboxrule}
|
||||
%\setlength{\shadowsize}{3pt}
|
||||
\Sbox
|
||||
\noindent\Sbox
|
||||
\minipage{\py@noticelength}
|
||||
}
|
||||
\newcommand{\py@endheavybox}{
|
||||
@ -265,12 +265,12 @@
|
||||
|
||||
\newcommand{\py@lightbox}{{%
|
||||
\setlength\parskip{0pt}\par
|
||||
\rule[0ex]{\linewidth}{0.5pt}%
|
||||
\par\vspace{-0.5ex}%
|
||||
\noindent\rule[0ex]{\linewidth}{0.5pt}%
|
||||
\par\noindent\vspace{-0.5ex}%
|
||||
}}
|
||||
\newcommand{\py@endlightbox}{{%
|
||||
\setlength{\parskip}{0pt}%
|
||||
\par\rule[0.5ex]{\linewidth}{0.5pt}%
|
||||
\par\noindent\rule[0.5ex]{\linewidth}{0.5pt}%
|
||||
\par\vspace{-0.5ex}%
|
||||
}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user