Trying to tell what's going on

This commit is contained in:
2015-03-14 17:13:28 +07:00
parent 18ba2cdcb1
commit 2c5c88cfef
2 changed files with 40 additions and 0 deletions
+17
View File
@@ -76,3 +76,20 @@
color: #222;
cursor: default;
}
.whatsgoingon {
color: #444;
margin-bottom: 20px;
line-height: 24px;
}
.whatsgoingon em {
display: inline-block;
line-height: 16px;
color: #000;
font-style: normal;
margin: 3px 0 0;
padding: 2px 5px;
background-color: #eaeaea;
border-radius: 4px;
}