Difference between revisions of "Template:Freiburg/CSS"

Line 319: Line 319:
 
     justify-content: space-around;
 
     justify-content: space-around;
 
}
 
}
 +
 +
/* contains images where text shall float around */
 +
.image_box{
 +
    margin: 0;
 +
    margin-bottom: 1%;
 +
}
 +
 +
.image_box .left{
 +
    float: left;
 +
    margin-right: 3%;
 +
}
 +
 +
.image_box .right{
 +
    float: right;
 +
    margin-left: 3%
 +
}
 +
  
 
/* references coming from DokuWiki */
 
/* references coming from DokuWiki */

Revision as of 09:54, 2 September 2015