This website works better with JavaScript.
Explore
Help
Register
Sign In
mahuntington
/
practice-tracker-frontend
Watch
1
Star
0
Fork
You've already forked practice-tracker-frontend
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
coloring every other row of table
Browse Source
mic_level
Matthew Huntington
3 years ago
parent
5fb7f40921
commit
c69544e5bf
1 changed files
with
4 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
4
public/app.css
Unescape
Escape
View File
@ -8,3 +8,7 @@ th {
h2
{
display
:
inline
;
}
tbody
tr
:
nth-child
(
even
)
td
{
background
:
#
eeeeee
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
mahuntington/practice-tracker-frontend
Title
Body
Create Issue