/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/css/cmsindex.css

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-28 15:19:50 UTC
  • mfrom: (90.1.18 lenasys2)
  • Revision ID: gustav.hartvigsson@gmail.com-20130528151950-94dkhjql3y0mphyp
merged Jonsson:s changes:
Fixed even/odd line color on cmsindex.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        margin-top:10px;
16
16
}
17
17
 
18
 
.odd:nth-child(odd){
19
 
        background-color:#f5f5f5;
 
18
.odd{
 
19
        background-color:#fff;
20
20
}
21
21
 
22
 
.even:nth-child(even){
 
22
.even{
23
23
        background-color:#f5f5f5; 
24
24
}
25
25