firefox groove에 color 적용 안되는 문제 해결
This commit is contained in:
+5
-5
@@ -15,7 +15,7 @@
|
||||
|
||||
.msg_plate{
|
||||
width:100%;
|
||||
border:groove 0.1em;
|
||||
border:solid 1px;
|
||||
height:64px;
|
||||
font-size:12px;
|
||||
word-break:break-all;
|
||||
@@ -40,7 +40,7 @@
|
||||
float:left;
|
||||
width:64px;
|
||||
height:64px;
|
||||
border-right:groove 0.1em;
|
||||
border-right:solid 1px;
|
||||
}
|
||||
|
||||
.msg_time{
|
||||
@@ -70,14 +70,14 @@
|
||||
|
||||
.board_header{
|
||||
color:white;
|
||||
border:groove 0.1em;
|
||||
border:solid 1px;
|
||||
}
|
||||
|
||||
.board_side{
|
||||
width:50%;
|
||||
float:left;
|
||||
border-left:groove 0.1em;
|
||||
border-right:groove 0.1em;
|
||||
border-left:solid 1px;
|
||||
border-right:solid 1px;
|
||||
}
|
||||
|
||||
.msg_body{
|
||||
|
||||
Reference in New Issue
Block a user