From Web Services Wiki
Version 1.1
Changes to StanfordModern1 - 16 December 2008
Revised introductory comments on lines 1-4:
/*
** MediaWiki 'stanfordmodern1' style sheet is a modification by Stanford University
** staff of the MediaWiki 'monobook' style sheet; information and updates available at
** http://web.stanford.edu/wiki.
line ~98-99 (Block-level styles): delete
p { color: #565347; line-height: 16px }
ul li { color: #565347 }
line ~727 (<ol> styles): change from
margin: .3em 0 0 3.2em;
to
margin: .3em 0 0 1.5em;
line ~796 (<pre> styles): changed from
pre {
padding: 1em;
border: 1px dashed #2f6fab;
color: black;
background-color: #f9f9f9;
line-height: 1.1em;
}
to
pre {
font-family: monospace;
margin-top: 0.3em;
padding: 0.7em;
border: 1px dashed #aaa;
background-color: #f9f9f9;
line-height: 1.1em;
}
at line ~837 (#id styles for the main content area), inserted
#bodyContent ul {
list-style-type: square;
margin: .2em 0 0 1.4em;
}