Difference between revisions of "Template:ETH Zurich/members css"

(Port CSS from old team page.)
(Delete all content (moved to Team CSS).)
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
ul.rooster {
 
    clear: both;
 
    display: block;
 
    height: auto;
 
    list-style: none;
 
    overflow: auto;
 
}
 
  
ul.rooster li {
 
    float: left;
 
    width: 25%;
 
}
 
 
ul.rooster li div {
 
    align-items: center;
 
    display: flex;
 
    justify-content: center;
 
    height: 200px;
 
}
 
 
#address {
 
    flex: 0 1 auto;
 
    font-size: small;
 
    font-style: normal;
 
}
 

Latest revision as of 22:51, 31 October 2017