From e85d4263f978d7b6ad58d1a8e14d43d68f5b7423 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 30 May 2016 20:12:26 +0200 Subject: [PATCH] specs fr --- src/arenas/tictactoe/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/arenas/tictactoe/style.css b/src/arenas/tictactoe/style.css index e537c5d..4383eee 100644 --- a/src/arenas/tictactoe/style.css +++ b/src/arenas/tictactoe/style.css @@ -4,4 +4,6 @@ td {min-width: 10px; height: 10px;} .celli0{border-right:1px dotted black;} .celli2{border-left:1px dotted black;} .arrenaMessage{color: green;} -.botResponse{color: red;} \ No newline at end of file +.arrenaMessage::before{content: "arena message:";} +.botResponse{color: red;} +.botResponse::before{content: "bot response:";} \ No newline at end of file