nominal.css
author Christian Urban <urbanc@in.tum.de>
Fri, 28 Oct 2011 14:43:57 +0100
changeset 24 1afb9462ea70
parent 12 486ac2d8a819
permissions -rw-r--r--
changed dcs to inf

.codedisplay {
  font-family:  Courier New, Courier, monospace;
  margin-left: 5%; 
  margin-right: 5%;
  padding: 10px;
  text-style: center;
  white-space: pre;
  color: black;
  background-color: rgb(210, 210, 210);
}

code {
  font-family:  Courier New, Courier, monospace;
  font-size: 120%
  white-space: nowrap; /* pre would be better, but it doesn't work with IE */
}

.second { color: #000; background: #fff; }
.first { color: #000; background: #edf3fe; }