[Structuredtext-checkins] CVS: restructuredtext/tools default.css,1.10,1.11
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-04-04 05:44:05
|
Update of /cvsroot/structuredtext/restructuredtext/tools In directory usw-pr-cvs1:/tmp/cvs-serv31904/restructuredtext/tools Modified Files: default.css Log Message: Richard Jones' suggestions for literals. Index: default.css =================================================================== RCS file: /cvsroot/structuredtext/restructuredtext/tools/default.css,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** default.css 28 Mar 2002 04:19:19 -0000 1.10 --- default.css 4 Apr 2002 05:44:02 -0000 1.11 *************** *** 16,19 **** --- 16,22 ---- color: blue } + code { + background-color: #eeeeee } + div.abstract { margin: 2em 5em } *************** *** 116,120 **** pre.literal-block, pre.doctest-block { ! margin-left: 2em } span.classifier { --- 119,125 ---- pre.literal-block, pre.doctest-block { ! margin-left: 2em ; ! margin-right: 2em ; ! background-color: #eeeeee } span.classifier { |