Difference between revisions of "Team:Czech Republic/Template:Stylesheet"

Line 420: Line 420:
 
     margin: 0;
 
     margin: 0;
 
     padding:0;
 
     padding:0;
 +
}
 +
 +
.left
 +
{
 +
    display: inline-block;
 +
    float: left;
 +
    width: 475px;
 +
}
 +
 +
.right
 +
{
 +
    display: inline-block;
 +
    float: right;
 +
    width: 475px;
 +
}
 +
 +
.left #mw-headline:after, .right #mw-headline:after
 +
{
 +
    width: 100px;
 +
    width: -webkit-calc(475px - 100%);
 +
    width: calc(475px - 100%);
 
}
 
}
  

Revision as of 16:13, 9 September 2015