forked from asklyphe-public/asklyphe
Merge pull request 'fix: Fix incorrect background for classic theme image search' (#9) from fix/evie/T154 into develop
Reviewed-on: asklyphe-public/asklyphe#9
This commit is contained in:
commit
c2e28c3791
1 changed files with 11 additions and 0 deletions
11
asklyphe-frontend/static/themes/classic/imagesearch.css
Normal file
11
asklyphe-frontend/static/themes/classic/imagesearch.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
.pagecontent {
|
||||
background: url("/static/snow.gif");
|
||||
border: 3px inset black;
|
||||
color: black;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
.pagecontent {
|
||||
width: calc(100% - 4px);
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue