Adjust CSS for Bing search result page
This commit is contained in:
parent
f78e3bf0e5
commit
a2273be492
|
|
@ -878,3 +878,17 @@ div.alert > em.javascript-required {
|
|||
color: #fff;
|
||||
background: #326de6;
|
||||
}
|
||||
|
||||
// Adjust Bing search result page
|
||||
#bing-results-container {
|
||||
padding: 1em;
|
||||
}
|
||||
#bing-pagination-container {
|
||||
padding: 1em;
|
||||
margin-bottom: 1em;
|
||||
|
||||
a.bing-page-anchor {
|
||||
padding: 0.5em;
|
||||
margin: 0.25em;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue