~canonical-sysadmins/wordpress/wp-theme-aubergine

« back to all changes in this revision

Viewing changes to style.css

  • Committer: Michael Hall
  • Date: 2011-09-19 13:32:27 UTC
  • Revision ID: mhall119@ubuntu.com-20110919133227-g4mhz76cxu29dycy
Force <pre> back to using a monospace font

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  padding:0;
39
39
}
40
40
 
 
41
pre {
 
42
    font-family: monospace;
 
43
}
 
44
 
41
45
#container {
42
46
  background:#f7f6f5;
43
47
  width:976px;