[26765] in CVS-changelog-for-Kerberos-V5
krb5 commit: Make sure that long lines are displayed in Sphinx
daemon@ATHENA.MIT.EDU (Zhanna A Tsitkova)
Tue Jul 24 11:39:29 2012
Date: Tue, 24 Jul 2012 11:39:25 -0400
From: Zhanna A Tsitkova <tsitkova@mit.edu>
Message-Id: <201207241539.q6OFdPTx004294@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/69c87a9b5df7472ed773cdef02bceb9e7b482b92
commit 69c87a9b5df7472ed773cdef02bceb9e7b482b92
Author: Zhanna Tsitkov <tsitkova@mit.edu>
Date: Tue Jul 24 11:53:11 2012 -0400
Make sure that long lines are displayed in Sphinx
Before this fix the very long lines (110+ symbols) under the
preformatted text <pre> tag would be cut short in Sphinx HTML output.
doc/rst_source/_static/kerb.css | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/doc/rst_source/_static/kerb.css b/doc/rst_source/_static/kerb.css
index 45f1b6e..c280047 100644
--- a/doc/rst_source/_static/kerb.css
+++ b/doc/rst_source/_static/kerb.css
@@ -112,3 +112,17 @@ div.sidebar li.toctree-l4 a {
dt:target, .highlighted {
background-color: #c1c1c1;
}
+
+/* Code displays */
+
+pre {
+ overflow: auto;
+ overflow-y: hidden;
+}
+
+td.linenos pre {
+ padding: 5px 0px;
+ border: 0;
+ background-color: transparent;
+ color: #aaa;
+}
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5