~jon-reeve/hyperlit/ulysses

« back to all changes in this revision

Viewing changes to style.css

  • Committer: Jonathan Reeve
  • Date: 2011-03-22 13:28:12 UTC
  • Revision ID: jon.reeve@gmail.com-20110322132812-isu4im1aigutuld7
worked some more on getting color coding of annotations to work 

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
p:nth-child(5n+4) .Noted,p:nth-child(5n+4) .Note{color: yellow}
39
39
p:nth-child(5n+5) .Noted,p:nth-child(5n+5) .Note{color: purple} 
40
40
 
 
41
/* Remove colors for annotation */
 
42
span.black { 
 
43
        color: black; 
 
44
}
 
45
 
41
46
/* makes container for text */
42
47
div#Container { 
43
48
        width: 700px;