| 12345678910111213141516171819 |
- // Media objects
- // Source: http://stubbornella.org/content/?p=497
- // --------------------------------------------------
- // see G+ communities
- //.media {
- //
- //border-radius: 2px;
- //-webkit-box-shadow: 1px 2px 0 rgba(0,0,0,.05);
- //box-shadow: 1px 2px 0 rgba(0,0,0,.05);
- //background-color: #fff;
- //cursor: pointer;
- //height: 80px;
- //vertical-align: top;
- //width: 265px;
- //
- //}
|