One-KVM/web/css/about.css
2018-10-09 16:20:41 +03:00

15 lines
200 B
CSS

div#about {
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;
}
div#about td.version {
font-weight: bold;
}
div#about p {
font-family: monospace;
padding: 0 10px 0 10px;
}