Added another front page space for Yaffs info. Added roave security for composer.
[yaffs-website] / web / core / themes / bartik / css / components / featured-top.css
1 /**
2  * @file
3  * Visual styles for Bartik's featured top.
4  */
5
6 .featured-top {
7   text-align: center;
8   font-size: 1.2em;
9   font-weight: normal;
10   line-height: 1.4;
11   padding: 20px 10px 45px;
12   margin: 0;
13   background: #f0f0f0;
14   background: rgba(30, 50, 10, 0.08);
15   border-bottom: 1px solid #e7e7e7;
16   text-shadow: 1px 1px #fff;
17 }
18 .featured-top h2 {
19   font-size: 1.2em;
20   line-height: 1;
21 }
22 .featured-top p {
23   margin: 0;
24   padding: 0;
25 }