fix width of info panel
This commit is contained in:
parent
55b659d678
commit
0097778ceb
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@
|
|||
.gstar #blackboard .cube_selected{background-image:url(../themes/HP48/tex_cube_selected.png);color:red}
|
||||
.gstar #blackboard .gift{background-image:url(../themes/HP48/tex_gift.png);color:yellow}
|
||||
.gstar #blackboard .void{background-image:url(../themes/HP48/tex_empty.png);}
|
||||
.gstar aside{float:left;height:140px;padding:20px;background:#ddd}
|
||||
.gstar aside{float:left;height:140px;width:120px;padding:20px;background:#ddd}
|
||||
|
|
Loading…
Reference in a new issue