This commit is contained in:
Karl Hudgell 2015-07-02 21:40:44 +01:00
parent 1839b99308
commit 46e8996d79
4 changed files with 39 additions and 22 deletions

View File

@ -51,4 +51,17 @@ width: 100%;
margin: 20px auto;
}
.disk {
border: 1px solid white;
width: 150px;
padding: 0px;
}
.used {
display block;
background: blue;
text-align: right;
padding: 0 0 0 0;
}
</style>

View File

@ -51,4 +51,17 @@ width: 100%;
margin: 20px auto;
}
.disk {
border: 1px solid white;
width: 150px;
padding: 0px;
}
.used {
display block;
background: blue;
text-align: right;
padding: 0 0 0 0;
}
</style>

View File

@ -1,22 +0,0 @@
.gang-name{
font-size:25px;
font-family:cursive;
background-color:lightgray;
cursor:pointer;
}
.members {
font-family:helvetica;
}
.blips {
color:red;
}
.crudz {
color:blue;
}
.satin-flings {
color:rgb(213, 194, 0);
}
td {
padding-right:10px;
padding-left:10px;
}

View File

@ -48,4 +48,17 @@ width: 100%;
margin: 20px auto;
}
.disk {
border: 1px solid black;
width: 150px;
padding: 0px;
}
.used {
display block;
background: #0066FF;
text-align: right;
padding: 0 0 0 0;
}
</style>