block.css in Instagram Block 8
Same filename and directory in other branches
Default theme css for Instagram block image.
File
css/block.cssView source
- /**
- * @file
- * Default theme css for Instagram block image.
- */
-
- .block-instagram-block .content {
- display: inline-block;
- }
-
- .block-instagram-block img {
- float: left;
- display: inline-block;
- margin: 0 5px 5px 0px;
- }