Cleaned up old code, removed outdated files

This commit is contained in:
Thaum
2015-02-03 07:35:34 +00:00
parent 18a870171a
commit 4377da5275
23 changed files with 212 additions and 777 deletions

View File

@@ -0,0 +1,34 @@
.card.double {
display: flex;
}
.card.double > div{
vertical-align: top;
padding: 16px;
}
.abilityScore {
width: 70px;
text-align: center;
background-color: #D50000;
padding: 16px;
position: relative;
border-radius: 2px 0 0 2px;
}
#stats .card {
padding: 0;
}
.abilityCardRight {
flex-grow: 1;
padding-right: 0;
}
.abilityCardRight hr{
margin: 8px 0 8px -16px;
}
.abilityCardRight h1{
margin-bottom: 8px;
}