/* 
    Document   : CSS_Partneri
    Created on : Oct 15, 2009, 12:21:40 PM
    Author     : vujaklija
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.KockicaZaPartnere{
    
    border:1px solid black;
    width:100px;
    height:100px;
    float:left;
    margin-left:5px;
    display:block;
}

