mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-17 15:25:35 +00:00
28 lines
283 B
CSS
28 lines
283 B
CSS
.memtemplate {
|
|
display: none;
|
|
}
|
|
|
|
.memTemplParams {
|
|
display: none;
|
|
}
|
|
|
|
.navtab {
|
|
display: none;
|
|
}
|
|
|
|
#top, .footer {
|
|
display: none;
|
|
}
|
|
|
|
td.paramname {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.ok_green {
|
|
background-color: #89C35C;
|
|
}
|
|
|
|
.nok_throws {
|
|
background-color: #ffa500;
|
|
}
|