media.less 378 B

12345678910111213141516171819
  1. // Media objects
  2. // Source: http://stubbornella.org/content/?p=497
  3. // --------------------------------------------------
  4. // see G+ communities
  5. //.media {
  6. //
  7. //border-radius: 2px;
  8. //-webkit-box-shadow: 1px 2px 0 rgba(0,0,0,.05);
  9. //box-shadow: 1px 2px 0 rgba(0,0,0,.05);
  10. //background-color: #fff;
  11. //cursor: pointer;
  12. //height: 80px;
  13. //vertical-align: top;
  14. //width: 265px;
  15. //
  16. //}