Compare commits
No commits in common. "c1be07780f57c639e870c4443169d502846abbf0" and "270b4c05840048310eef41addd4defe60f8b28c5" have entirely different histories.
c1be07780f
...
270b4c0584
@ -270,12 +270,6 @@ pre {
|
|||||||
padding: 0.5rem
|
padding: 0.5rem
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
|
||||||
background: #eee;
|
|
||||||
border-radius: 0.2rem;
|
|
||||||
font-size: 0.95rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
padding-right: 0.5rem;
|
padding-right: 0.5rem;
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
@ -297,24 +291,11 @@ table.hosts {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table#t01,
|
|
||||||
table.hosts {
|
|
||||||
display: block;
|
|
||||||
overflow-x: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
table#t01 tbody,
|
|
||||||
table.hosts tbody {
|
|
||||||
display: table;
|
|
||||||
}
|
|
||||||
|
|
||||||
table#t01 tr:nth-child(even),
|
|
||||||
table.hosts tr:nth-child(even) {
|
table.hosts tr:nth-child(even) {
|
||||||
background-color: #cccccc;
|
background-color: #cccccc;
|
||||||
border-bottom: thick solid white;
|
border-bottom: thick solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
table#t01 tr:nth-child(odd),
|
|
||||||
table.hosts tr:nth-child(odd) {
|
table.hosts tr:nth-child(odd) {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-bottom: thick solid white;
|
border-bottom: thick solid white;
|
||||||
@ -330,7 +311,6 @@ table.hosts td:first-child {
|
|||||||
min-width: 60px;
|
min-width: 60px;
|
||||||
max-width: 80px;
|
max-width: 80px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
height: 62px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table.hosts th:nth-child(2),
|
table.hosts th:nth-child(2),
|
||||||
@ -456,10 +436,6 @@ fieldset>input {
|
|||||||
clear: right;
|
clear: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.hosts td:first-child {
|
|
||||||
height: 80px;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer #more_info nav.column {
|
footer #more_info nav.column {
|
||||||
clear: none;
|
clear: none;
|
||||||
float: left;
|
float: left;
|
||||||
|
Loading…
Reference in New Issue
Block a user