mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
23 lines
300 B
CSS
23 lines
300 B
CSS
div#about {
|
|
-webkit-user-select: text;
|
|
-moz-user-select: text;
|
|
user-select: text;
|
|
padding: 5px 5px 5px 5px;
|
|
}
|
|
|
|
div#about td.logo {
|
|
padding-right: 25px;
|
|
}
|
|
|
|
div#about td.title {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
div#about td.copyright {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
div#about tr.version {
|
|
font-family: monospace;
|
|
}
|