Revert "use img-polaroid lookalike for images"

This reverts commit 7d61f11c76.
This commit is contained in:
Andrew Dolgov 2013-05-07 10:02:22 +04:00
parent 05aab60376
commit 7c433c9412
2 changed files with 0 additions and 17 deletions

View file

@ -61,15 +61,6 @@ div.cdmContentInner img {
border-width : 0px;
max-width : 98%;
height : auto;
padding: 4px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
div.cdmFooter {

View file

@ -58,14 +58,6 @@ div.postReply div.postContent img {
border-width : 0px;
max-width : 98%;
height: auto;
padding: 4px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
div.postReply div.postEnclosures {