Skip to content

Commit 23f48e4

Browse files
committed
Search: cleaning up working examples and CSS
1 parent de71709 commit 23f48e4

17 files changed

+33
-1106
lines changed

templates/search/_search.scss

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
// Search template
33
//
44
.page-type-search {
5-
.alert {
6-
margin-top: 30px;
7-
}
8-
95
.current {
106
font-weight: 700;
117
}
@@ -15,11 +11,8 @@
1511
margin-bottom: 1.5em;
1612
padding-bottom: 1.5em;
1713

18-
cite a {
19-
color: #1b6c1c;
20-
display: inline-block;
21-
font-size: 1em; // 20px
22-
margin-top: 10px;
14+
h3 {
15+
font-size: 1.375rem;
2316
}
2417

2518
.context-labels {
@@ -37,17 +30,10 @@
3730
}
3831
}
3932

40-
h2 {
41-
font-size: 1.1em;
42-
}
43-
44-
h3 {
45-
font-size: 1.375rem;
46-
}
47-
4833
.location {
4934
color: #1b6c1c;
5035
padding-left: 0;
36+
word-break: break-word;
5137

5238
li {
5339
display: inline-block;
@@ -59,11 +45,14 @@
5945

6046
cite {
6147
font-style: normal;
62-
}
63-
}
6448

65-
.location li, cite a {
66-
word-break: break-word;
49+
a {
50+
color: #1b6c1c;
51+
display: inline-block;
52+
font-size: 1em; // 20px
53+
margin-top: 10px;
54+
}
55+
}
6756
}
6857

6958
p {

templates/search/advanced-search-en.html

Lines changed: 0 additions & 60 deletions
This file was deleted.

templates/search/advanced-search-fr.html

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)