Commit 135fa3492ab0d8515c74305fe7384db998f4df72

Authored by AntonioTerceiro
1 parent 0498f440

ActionItem41: styling the profile listing


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1337 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/stylesheets/blocks/profile-list-block.css 0 → 100644
... ... @@ -0,0 +1,13 @@
  1 +div.profile-list-block div {
  2 + display: block;
  3 + float: left;
  4 +
  5 + width: 100px;
  6 + height: 140px;
  7 + overflow: hidden;
  8 +
  9 + font-size: smaller;
  10 + text-align: center;
  11 +
  12 +
  13 +}
... ...