fix cap of 5

This commit is contained in:
Douglas Gardner 2013-04-17 20:04:02 +00:00
parent 4c26a0fc3a
commit 46932f458c

View File

@ -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 {