Team:NCTU Formosa/source/header-notebook
From 2014.igem.org
(Difference between revisions)
Line 78: | Line 78: | ||
margin: 5px; | margin: 5px; | ||
} | } | ||
- | .calendar-day:nth-child( | + | .calendar-day:nth-child(2) li { |
background: yellow; | background: yellow; | ||
} | } | ||
Line 84: | Line 84: | ||
border-left: yellow 3px solid; | border-left: yellow 3px solid; | ||
} | } | ||
- | .calendar-day:nth-child( | + | .calendar-day:nth-child(3) li { |
background: red; | background: red; | ||
} | } | ||
Line 90: | Line 90: | ||
border-left: red 3px solid; | border-left: red 3px solid; | ||
} | } | ||
- | .calendar-day:nth-child( | + | .calendar-day:nth-child(4) li { |
background: green; | background: green; | ||
} | } | ||
Line 96: | Line 96: | ||
border-left: green 3px solid; | border-left: green 3px solid; | ||
} | } | ||
- | .calendar-day:nth-child( | + | .calendar-day:nth-child(5) li { |
background: blue; | background: blue; | ||
} | } |
Revision as of 17:31, 30 September 2014