mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
15 lines
200 B
CSS
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;
|
|
}
|