mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 23:00:17 +00:00
8 lines
213 B
CSS
8 lines
213 B
CSS
/* Hide module name and default value for environment variable section */
|
|
div[id$="environment-variables"] code.descclassname {
|
|
display: none;
|
|
}
|
|
div[id$="environment-variables"] em.property {
|
|
display: none;
|
|
}
|