diff --git a/README.md b/README.md index 3aefe027..af989de0 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,10 @@ h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h ### v0.19 - *2012-??-??* -* Fixes js problems in IE 7+8 -* Hides broken tree view in IE < 9 and adds a message to the footer +* fixes js problems in IE 7+8 +* hides broken tree view in IE < 9 and adds a message to the footer +* disables hash changes since they break logical browser history +* fixes thumbnail size for portrait images in icon view * updates lv translation * adds ro translation by [Jakob Cosoroabă](http://github.com/midday) * adds ja translation by [metasta](http://github.com/metasta) diff --git a/src/_h5ai/css/inc/extended.less b/src/_h5ai/css/inc/extended.less index 5ef2e69e..c4ca3845 100644 --- a/src/_h5ai/css/inc/extended.less +++ b/src/_h5ai/css/inc/extended.less @@ -214,8 +214,8 @@ display: block; img { - min-width: 48px; - min-height: 48px; + max-width: 100px; + height: 48px; margin-bottom: 8px; &.thumb { border: 1px solid #eee;