User:Dangries/myStyle.css

From WeBWorK_wiki
< User:Dangries
Revision as of 16:00, 31 July 2013 by Dangries (talk | contribs) (Created page with "code { line-height: 2; background-color:#E0E0FF; padding:0.25em; } .codeBlock { line-height: 1; width: 50%; margin: 10px; padding: 0px 10px 0px 10px; background-color:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
code {
	line-height: 2;
	background-color:#E0E0FF;
	padding:0.25em;
}
.codeBlock {
	line-height: 1;
	width: 50%;
	margin: 10px;
	padding: 0px 10px 0px 10px;
	background-color:#E0E0FF;
}
#fullSource {
	font-size: 9pt;
	background-color: #E0E0FF;
	line-height: 1;
	//width: 50%;
	margin: 10px;
	padding: 0px 10px 0px 10px;
}
#fullSource pre code {
	line-height: 1;
	background-color: transparent;
	padding:0px;
}
pre code {
	margin: 10px;
}