forked from GitHub/dbot
fix cap of 5
This commit is contained in:
parent
4c26a0fc3a
commit
46932f458c
@ -61,12 +61,12 @@ html,body {
|
|||||||
#history {
|
#history {
|
||||||
top:95px;
|
top:95px;
|
||||||
left:25px;
|
left:25px;
|
||||||
max-height:210x;
|
max-height:210px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
#history a {
|
#history a {
|
||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
opacity:0.05;
|
opacity:0.1; /* won't display anyway due to #history max height */
|
||||||
}
|
}
|
||||||
|
|
||||||
#details {
|
#details {
|
||||||
|
Loading…
Reference in New Issue
Block a user