comparison css/style.css @ 130:8bf498f00328

Nicer spacing for more than one paragraph.
author Tom Gottfried <tom@intevation.de>
date Thu, 03 Apr 2014 13:26:19 +0200
parents 4a55f97cd790
children c1c0f073b4e2
comparison
equal deleted inserted replaced
129:60b8cbf62e00 130:8bf498f00328
15 font-size: 15px; 15 font-size: 15px;
16 } 16 }
17 17
18 /* Custom jumbotron */ 18 /* Custom jumbotron */
19 .container .jumbotron { 19 .container .jumbotron {
20 padding: 10px 36px; 20 padding: 10px 36px 20px;
21 margin-bottom: 20px;
21 } 22 }
22 .jumbotron h3 { 23 .jumbotron h3 {
23 text-align: center; 24 text-align: center;
25 }
26 .jumbotron h4 {
27 margin-top: 20px;
24 } 28 }
25 .jumbotron .demo-btn { 29 .jumbotron .demo-btn {
26 text-align: center; 30 text-align: center;
27 } 31 }
28 .jumbotron .btn { 32 .jumbotron .btn {
29 font-size: 21px; 33 font-size: 21px;
30 padding: 14px 24px; 34 padding: 14px 24px;
31 } 35 }
36 .jumbotron p {
37 margin-bottom: 10px;
38 }
39
32 /* Custom page footer */ 40 /* Custom page footer */
33 .footer { 41 .footer {
34 padding-top: 19px; 42 padding-top: 19px;
35 color: #777; 43 color: #777;
36 border-top: 1px solid #e5e5e5; 44 border-top: 1px solid #e5e5e5;
50 margin-right: 1.5ex; 58 margin-right: 1.5ex;
51 } 59 }
52 60
53 /* Custom page carousel */ 61 /* Custom page carousel */
54 .carousel-inner{ 62 .carousel-inner{
55 margin-bottom: 15px; 63 margin-bottom: 25px;
56 } 64 }
57 .carousel-caption { 65 .carousel-caption {
58 position: static; 66 position: static;
59 margin-bottom: 35px; 67 margin-bottom: 35px;
60 padding-left: 10%; 68 padding-left: 10%;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)