forked from HPR/hpr_generator
Improve look of hosts table
This commit is contained in:
@@ -235,7 +235,12 @@ pre { /* Add background, border and scrollbar to <pre> */
|
||||
clear: both;
|
||||
}
|
||||
|
||||
table.hosts {
|
||||
background: white
|
||||
}
|
||||
table.hosts tr:nth-child(even) { background-color:#cccccc; }
|
||||
table.hosts tr:nth-child(odd) { background-color:white; }
|
||||
table.hosts tr td img { vertical-align:middle }
|
||||
|
||||
@media only screen and (max-width: 680px) {
|
||||
#container {width: 95%;}
|
||||
|
Reference in New Issue
Block a user