Skip to content

Commit 26ef6d9

Browse files
committed
Merge branch 'main' of github.com:HTTPArchive/almanac.httparchive.org into production
2 parents 9ae681e + 5d0daff commit 26ef6d9

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

src/config/last_updated.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"/static/css/almanac.css": {
33
"date_published": "2020-11-13T00:00:00.000Z",
4-
"date_modified": "2024-11-11T00:00:00.000Z",
5-
"hash": "1653be48f4c6c63139a92045bbc0a5c5"
4+
"date_modified": "2024-12-10T00:00:00.000Z",
5+
"hash": "09d4eb8d0c230330abc5d257f57d785e"
66
},
77
"/static/css/ebook.css": {
88
"date_published": "2020-05-15T00:00:00.000Z",
@@ -11,8 +11,8 @@
1111
},
1212
"/static/css/index.css": {
1313
"date_published": "2020-11-13T00:00:00.000Z",
14-
"date_modified": "2024-12-09T00:00:00.000Z",
15-
"hash": "28ba47be8a21fbe47fef367072765a90"
14+
"date_modified": "2024-12-10T00:00:00.000Z",
15+
"hash": "69e30c0abbe9bb2368e12e7e8779d421"
1616
},
1717
"/static/css/normalize.css": {
1818
"date_published": "2020-11-13T00:00:00.000Z",

src/static/css/almanac.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,20 @@ img {
333333
margin: auto;
334334
}
335335

336+
aside.banner {
337+
background: #f7f779;
338+
padding: 15px 0;
339+
text-align: center;
340+
}
341+
342+
aside.banner a {
343+
color: #1a2b49;
344+
}
345+
346+
aside.banner p {
347+
margin: 0;
348+
}
349+
336350
/* Main title, subtitle and modifiers */
337351
.title,
338352
.subtitle {

src/static/css/index.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,6 @@ header.alt-bg {
1212
margin-bottom: -52.94em;
1313
}
1414

15-
aside.banner {
16-
background: #f7f779;
17-
padding: 15px 0;
18-
text-align: center;
19-
}
20-
21-
aside.banner a {
22-
color: #1a2b49;
23-
}
24-
25-
aside.banner p {
26-
margin: 0;
27-
}
28-
2915
#maincontent {
3016
display: -ms-grid;
3117
display: grid;

0 commit comments

Comments
 (0)