mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
fix image urls
This commit is contained in:
@@ -24,7 +24,7 @@ input:focus {
|
||||
border-image-width:12px 12px 12px 12px;
|
||||
border-image-outset:0px 0px 0px 0px;
|
||||
border-image-repeat:stretch stretch;
|
||||
border-image-source: url("https://github.com/khtd/roll20_eotv/blob/master/border.jpg?raw=true");
|
||||
border-image-source: url("https://github.com/Roll20/roll20-character-sheets/blob/master/Edge%20of%20the%20Verse/border.jpg?raw=true");
|
||||
padding: 20px;
|
||||
padding-left: 30px;
|
||||
padding-bottom: 30px;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="container">
|
||||
|
||||
<div class="header-container">
|
||||
<img class="logo" src="https://github.com/khtd/roll20_eotv/blob/master/logo.png?raw=true">
|
||||
<img class="logo" src="https://github.com/Roll20/roll20-character-sheets/blob/master/Edge%20of%20the%20Verse/logo.png?raw=true">
|
||||
|
||||
<div class="name-container">
|
||||
<span class="name-label">Имя</span>
|
||||
|
||||
Reference in New Issue
Block a user