color alternate rows of tables
Use some color in the tables to make them easier to read. Change-Id: Idc89db1fb7e7b7ee83ee04031df6c57c5e9067b5 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
ffb5dd0f8e
commit
8b22252c1f
@ -49,6 +49,16 @@ td ul {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* color alternate rows of tables to make them easier to follow across
|
||||
the page */
|
||||
thead tr.row-odd {
|
||||
background: #2A4E68;
|
||||
color: white;
|
||||
}
|
||||
tr.row-odd {
|
||||
background: #edf2f7;
|
||||
}
|
||||
|
||||
/*Header Navigation*/
|
||||
.brand-wrapper {
|
||||
margin: 10px 0;
|
||||
|
Loading…
Reference in New Issue
Block a user