mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
21 lines
247 B
CSS
21 lines
247 B
CSS
.languageSettings {
|
|
display: inline-block;
|
|
}
|
|
|
|
.setting {
|
|
margin-left: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.version {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.version a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.version a:hover {
|
|
text-decoration: underline;
|
|
} |