]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
center text in the jumbotrons
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jun 2015 09:40:00 +0000 (11:40 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jun 2015 09:40:00 +0000 (11:40 +0200)
static/css/style.css

index f2463b1be0573e317efe9026ec1392e1b5dfc729..0bd54ca57e0d4529a7c43cf49e6ae56950a569fa 100644 (file)
@@ -69,6 +69,7 @@ section > .page-header ~ .page-header {
        -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
        -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
        box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
+       text-align: center;
 }
 
 /* Download button */