Skip to content

Commit

Permalink
Renaissance added roll template to calculate crits and fumbles
Browse files Browse the repository at this point in the history
  • Loading branch information
waltshumate committed Aug 2, 2016
1 parent 91859b6 commit ea4cab1
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 34 deletions.
18 changes: 17 additions & 1 deletion CakebreadWaltonRenaissance/CakebreadWaltonRenaissance.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@

.sheet-rolltemplate-skillRoll th {
text-align: centre;
color: #ffffff;
background-color: #000000;
}
.sheet-rolltemplate-skillRoll table {
width: 230px;
padding: 2px;
border: 1px solid;
background-color: #ffffff;
}




input.sheet-tab1:not(:checked) ~ .sheet-tab1,
input.sheet-tab2:not(:checked) ~ .sheet-tab2,
input.sheet-tab3:not(:checked) ~ .sheet-tab3,
Expand All @@ -19,7 +35,7 @@ input.sheet-tab {
}

input.sheet-tab1 {
margin-left: 1px;
margin-left: 1px;
}

input.sheet-tab::before {
Expand Down
Loading

0 comments on commit ea4cab1

Please sign in to comment.