Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop
This commit is contained in:
commit
c02bc4e872
|
|
@ -152,6 +152,7 @@
|
|||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 2px;
|
||||
padding-right:4px;
|
||||
}
|
||||
.stats {
|
||||
margin-top: 4px;
|
||||
|
|
@ -162,6 +163,10 @@
|
|||
.lcol {
|
||||
width: 148px;
|
||||
}
|
||||
.whitespace {
|
||||
// equal to lcol width.
|
||||
padding-left: 148px;
|
||||
}
|
||||
.instruments {
|
||||
width:128px;
|
||||
img {
|
||||
|
|
|
|||
|
|
@ -211,6 +211,7 @@
|
|||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 2px;
|
||||
padding-right:4px;
|
||||
}
|
||||
.stats {
|
||||
margin-top: 4px;
|
||||
|
|
@ -221,6 +222,10 @@
|
|||
.lcol {
|
||||
width: 148px;
|
||||
}
|
||||
.whitespace {
|
||||
// equal to lcol width.
|
||||
padding-left: 148px;
|
||||
}
|
||||
.instruments {
|
||||
width:128px;
|
||||
img {
|
||||
|
|
|
|||
Loading…
Reference in New Issue