mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client: adapted code to use <base> HTML tag
This commit is contained in:
committed by
Marcin Kurczewski
parent
b29bf8b37a
commit
defada45ab
@ -6,7 +6,7 @@
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Open Sans'), local('OpenSans'), url(/fonts/open_sans.woff2) format('woff2');
|
||||
src: local('Open Sans'), local('OpenSans'), url(fonts/open_sans.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
|
||||
|
||||
/* make <body> cover entire viewport */
|
||||
@ -239,7 +239,7 @@ a .access-key
|
||||
width: 20px
|
||||
height: 20px
|
||||
&.empty
|
||||
background-image: url('/img/transparency_grid.png')
|
||||
background-image: url('img/transparency_grid.png')
|
||||
background-repeat: repeat
|
||||
background-size: initial
|
||||
img
|
||||
|
@ -1,6 +1,6 @@
|
||||
.post-container
|
||||
.post-content.transparency-grid img
|
||||
background: url('/img/transparency_grid.png')
|
||||
background: url('img/transparency_grid.png')
|
||||
|
||||
text-align: center
|
||||
.post-content
|
||||
|
Reference in New Issue
Block a user