mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Mutant Year Zero - Smaller logo (#5070)
* Make the logo smaller * MYZ make logo smaller
This commit is contained in:
@@ -299,6 +299,13 @@ Both Tabs
|
||||
width:950px;
|
||||
}
|
||||
|
||||
img[alt="MUTANT YEAR ZERO"] {
|
||||
position: relative;
|
||||
top: -40px;
|
||||
margin-bottom: -35px;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
/* ------------
|
||||
Character Sheet
|
||||
------------ */
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<input type="radio" class="sheet-character-type sheet-character-type-mutant" name ="attr_CharacterType" text="Mutant" style="visibility:hidden;" value="Mutant" checked="true"/>
|
||||
<input type="radio" class="sheet-character-type sheet-character-type-animal" name ="attr_CharacterType" text="Animal" style="visibility:hidden;" value="Animal" />
|
||||
<input type="radio" class="sheet-character-type sheet-character-type-robot" name ="attr_CharacterType" text="Robot" style="visibility:hidden;" value="Robot" />
|
||||
<input type="radio" class="sheet-character-type sheet-character-type-human" name ="attr_CharacterType" text="Human" style="visibility:hidden;" value="Human" />
|
||||
<input type="radio" class="sheet-character-type sheet-character-type-human" name ="attr_CharacterType" text="Human" style="visibility:hidden;" value="Human" />
|
||||
<form>
|
||||
<input checked="checked" class="sheet-tab sheet-tab-character-sheet sheet-player-sheet" name="attr_pcgm" style="float:left;" title="Character Sheet" type="radio" value="1">
|
||||
<input class="sheet-tab sheet-tab-ark-sheet sheet-player-sheet" name="attr_pcgm" style="float:left;" title="Ark Sheet" type="radio" value="2">
|
||||
|
||||
Reference in New Issue
Block a user