mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
22 lines
264 B
CSS
22 lines
264 B
CSS
.header {
|
|
background: #505050;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header > div {
|
|
position: relative;
|
|
padding: 0;
|
|
width: 1170px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.active {
|
|
background: #232323;
|
|
}
|
|
|
|
.version {
|
|
position: absolute;
|
|
right: 0;
|
|
width: 50px;
|
|
}
|