update the stories view to have ghost discuss button and update chat instructions

This commit is contained in:
Michael Q Larson
2015-03-09 22:10:09 -07:00
parent d224fda65f
commit 47507471ff
5 changed files with 12 additions and 7 deletions

View File

@@ -842,6 +842,11 @@ iframe.iphone {
cursor: pointer;
}
.btn-no-shadow {
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
//uncomment this to see the dimensions of all elements outlined in red
//* {