]> git.0d.be Git - panikdb.git/commitdiff
limit width of schedule/team block
authorFrédéric Péters <fpeters@0d.be>
Fri, 30 Sep 2016 11:08:25 +0000 (13:08 +0200)
committerFrédéric Péters <fpeters@0d.be>
Fri, 30 Sep 2016 11:08:25 +0000 (13:08 +0200)
panikdb/static/css/style.css

index 5f89d9f9945cd55c33c9c22fd2282f9dfd54efa7..4338fdd17580741a9d0a88efd97d366f5f8c9b07 100644 (file)
@@ -771,3 +771,7 @@ ul.team li {
 ul.team li::after {
        content: " / ";
 }
+
+div.two-columns.schedule-team {
+       width: 60%;
+}