![]() |
styling a calendar - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: styling a calendar (/showthread.php?tid=32985) |
styling a calendar - El Forum - 08-11-2010 [eluser]RickP[/eluser] How do I style the right-hand column of a calendar? The left-hand column is easy with :first-child but there is no :last-child. I tried using col ids but that also styles the header rows. If I were coding it manually I'd add a special class but I don't know how to do that in the template. |