소스 검색

added classes for server messages

Sergey Lyubka 15 년 전
부모
커밋
cbe56b5555
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      examples/html/style.css

+ 8 - 0
examples/html/style.css

@@ -64,6 +64,14 @@ body {
   margin-left: 0.5em;
 }
 
+.message-user-server {
+  color: purple;
+}
+
+.message-text-server {
+  font-style: italic;
+}
+
 .main {
   padding: 0.5em;
   background: #e0ecff;