Skip to content

Commit ca88a33

Browse files
author
Vladimir Kotal
authored
Merge pull request #1338 from tulinkry/slider-style
making the history slider look the same as the search slider
2 parents c6caaf9 + 21aaaf7 commit ca88a33

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

web/default/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,6 +1016,10 @@ a.scope { /* scope */ color: dodgerblue; font-weight: bo
10161016
margin: 1px;
10171017
}
10181018

1019+
.slider {
1020+
font-family: sans-serif;
1021+
}
1022+
10191023
/* ############### start of footer ############## */
10201024
#footer {
10211025
color: #777777;

web/offwhite/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,6 +1047,10 @@ a.scope { /* scope */ color: dodgerblue; font-weight: bo
10471047
margin: 1px;
10481048
}
10491049

1050+
.slider {
1051+
font-family: sans-serif;
1052+
}
1053+
10501054
/* ############### start of footer ############## */
10511055
#footer {
10521056
color: #755;

web/polished/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,10 @@ a.scope { /* scope */ color: dodgerblue; font-weight: bo
11151115
margin: 1px;
11161116
}
11171117

1118+
.slider {
1119+
font-family: sans-serif;
1120+
}
1121+
11181122
/* ############### start of footer ############## */
11191123
#footer {
11201124
color: #777777;

0 commit comments

Comments
 (0)