summaryrefslogtreecommitdiffstats
path: root/rtems-release-notes-coverpage/rtems.css
blob: 10c10d7619a0b3850a602772912d65af26b2dced (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.h1, h1 {
    font-size: 20px;
}

.h3, h3 {
    font-size: 25px;
    line-height: 0.5;
}

body,html {
    height: 100%;
}

.footer {
    width: 100%;
    position: absolute;
    bottom:20px;
    font-size: 10px;
    text-align: center;
}