Difference between revisions of "Team:TU Darmstadt/Templates/CSS"

Line 340: Line 340:
 
/* Figure classes to include images */
 
/* Figure classes to include images */
 
                 .centerFig {
 
                 .centerFig {
                    margin:0 auto;
 
 
                     color: #4e7085;
 
                     color: #4e7085;
 +
                    max-width: 760px;
 +
                    margin:0 auto;
 
                     text-align: center;
 
                     text-align: center;
 +
                    overflow: hidden;
 
                 }
 
                 }
  
Line 349: Line 351:
 
                     width: 50%;
 
                     width: 50%;
 
                     float: left;
 
                     float: left;
 +
                    overflow: hidden;
 
                 }
 
                 }
  
Line 355: Line 358:
 
                     width: 50%;
 
                     width: 50%;
 
                     float: right;
 
                     float: right;
 +
                    overflow: hidden;
 
                 }
 
                 }
  

Revision as of 09:28, 16 September 2015