2018-06-03 22:26:41 +08:00

15 lines
222 B
CSS

.title {
height: 27px;
line-height: 27px;
}
#Border {
width: 5px;
}
#Border span {
display: none;
}
#FirstFrame, #SecondFrame {
border-style: solid;
border-color: #ECECEC #AAAAAA #AAAAAA #ECECEC;
border-width:1px;
}