This commit is contained in:
Gnieark 2016-05-30 20:14:08 +02:00
parent e85d4263f9
commit 45a02eb9e9

View File

@ -4,6 +4,6 @@ td {min-width: 10px; height: 10px;}
.celli0{border-right:1px dotted black;}
.celli2{border-left:1px dotted black;}
.arrenaMessage{color: green;}
.arrenaMessage::before{content: "arena message:";}
.arrenaMessage::before{content: "arena message:"; color: grey; font-size: 50%; test-transform:italic;}
.botResponse{color: red;}
.botResponse::before{content: "bot response:";}
.botResponse::before{content: "bot response:";color: grey; font-size: 50%; test-transform:italic;}