浏览代码

[Refs #9] Oops typo on 87aa735527edf37aeee1030295d5bd279a806f24

B Thibault 8 年之前
父节点
当前提交
91380cb44b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      srv/public/style.css

+ 1 - 1
srv/public/style.css

@@ -33,7 +33,7 @@ body {
 .slack-chat-title { display: inline-block; height: 1.75em; font-size: 1.75em; font-style: italic; }
 .slack-chat-control { display: inline-block; width: 100%; height: 2em; padding: 1.5em 0; }
 .slack-chat-control * { display: inline-block; height: 100%; }
-.slack-context-room.slack-channel + .slack-context-room:not(.slack-channel), .slack-context-room.slack-group + .slack-context-room:not(.slack-group) { margin-top: 1em; border-bottom: 1px solid grey; }
+.slack-context-room.slack-channel + .slack-context-room:not(.slack-channel), .slack-context-room.slack-group + .slack-context-room:not(.slack-group) { margin-top: 1em; border-top: 1px solid grey; }
 .slackmsg-item { position: relative; background: #eee; }
 .slackmsg-item:not(:first-child) { margin-top: 15px; }
 .slackmsg-author { display: inline-block; }