github.com/jmbataller/terraform@v0.6.8-0.20151125192640-b7a12e3a580c/website/source/assets/stylesheets/_downloads.scss (about) 1 .downloads { 2 margin-top: 20px; 3 4 .description { 5 margin-bottom: 20px; 6 } 7 8 .download { 9 border-bottom: 1px solid #b2b2b2; 10 padding-bottom: 15px; 11 margin-top: 10px; 12 margin-bottom: 10px; 13 14 .details { 15 padding-left: 95px; 16 17 h2 { 18 margin-top: 30px; 19 } 20 21 ul { 22 padding-left: 0px; 23 } 24 25 li { 26 display: inline-block; 27 28 &:after { 29 content: " | "; 30 } 31 32 &:last-child:after { 33 content: ""; 34 } 35 } 36 } 37 38 .icon { 39 img { 40 width: 75px; 41 } 42 } 43 44 .os-name { 45 font-size: 40px; 46 margin-bottom: -3px; 47 } 48 } 49 50 .poweredby { 51 margin-top: 20px; 52 53 img { 54 display: block; 55 margin: 0 auto; 56 width: 122px; 57 } 58 } 59 }