Преглед на файлове

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;