]> git.0d.be Git - panikweb.git/commitdiff
style: add -vendor variants for calc()
authorFrédéric Péters <fpeters@0d.be>
Sat, 28 Sep 2013 15:14:44 +0000 (17:14 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 28 Sep 2013 15:14:44 +0000 (17:14 +0200)
panikweb_templates/static/css/specifics.css

index f95a62f1f2b81a2aa848b6f35f5a64f83db423f1..639a557e2408511b477fe737188c9079bde7157e 100644 (file)
@@ -295,12 +295,16 @@ body{
        #Commons {
                float: left;
                width: 20%;
+               width: -webkit-calc(0% + 240px);
+               width: -moz-calc(0% + 240px);
                width: calc(0% + 240px);
        }
        #Changing {
                position: relative;
                float: right;
                width: 78%;
+               width: -webkit-calc(100% - 280px);
+               width: -moz-calc(100% - 280px);
                width: calc(100% - 280px);
        }
        #All h1.top {