]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
merge master
authorSvante Bengtson <redacted>
Tue, 23 Feb 2016 18:01:06 +0000 (19:01 +0100)
committerSvante Bengtson <redacted>
Tue, 23 Feb 2016 18:01:06 +0000 (19:01 +0100)
1  2 
static/css/source.css

index cd0e4ef26d2263d3ccf7315dfab7cb1b2d9e0aaf,c924be1f0ae201cb3ce769ebdd9ebb1fe70dd8a3..836f16efd07953e0fd08cb2deec6909b990fea7d
@@@ -124,13 -115,9 +119,13 @@@ a 
      flex-basis: 30%;
     /* border: 1px solid rgba(var(--border-color), 0.39); */
      background-color: #fff;
-     border-radius:  var(--box-round);
+     border-radius: var(--box-round);
      -webkit-border-radius: var(--box-round);
      -moz-border-radius: var(--box-round);
 +    transition: background-color .125s ease;
 +    -webkit-transition: background-color .125s ease;
 +    -moz-transition: background-color .125s ease;
 +    height: 15vh;
  }
  
  .box:hover,.box:active {
@@@ -285,14 -277,10 +289,14 @@@ a.hchild:hover,a.hchild:active 
      .footerchild ul li:last-child {
          margin-bottom: .5em;
      }
      .hdn {
-     display: none;
+         display: none;
      }
 +    .box-container {
 +      width: initial;
 +      height: initial;
 +    }
  }
  
  .footer h2,.footer h3 {