client: adapted code to use <base> HTML tag

This commit is contained in:
Shyam Sunder
2018-07-24 00:14:29 -04:00
committed by Marcin Kurczewski
parent b29bf8b37a
commit defada45ab
7 changed files with 34 additions and 33 deletions

View File

@ -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

View File

@ -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