15 lines
222 B
CSS
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;
|
|
} |