# HG changeset patch # User Marcin Kuzminski # Date 2011-01-06 19:28:02 # Node ID 218128a7d45cfe21fe62d00edf3ad3e216cf59bd # Parent 2aab909a0eaf2919977ec4e2cf3b04b61726834d merged small changes from default branch diff --git a/docs/changelog.rst b/docs/changelog.rst --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -28,7 +28,7 @@ fixes - fixed propagation to error controller on simplehg and simplegit middlewares -1.1.1 (**2011-01-xx**) +1.1.1 (**2011-01-06**) ---------------------- news @@ -36,6 +36,7 @@ news - added force https option into ini files for easier https usage (no need to set server headers with this options) +- small css updates fixes ++++ @@ -43,11 +44,9 @@ fixes - fixed #96 redirect loop on files view on repositories without changesets - fixed #97 unicode string passed into server header in special cases (mod_wsgi) and server crashed with errors -- fixed large tooltips problems +- fixed large tooltips problems on main page - fixed #92 whoosh indexer is more error proof - - 1.1.0 (**2010-12-18**) ---------------------- diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -1594,6 +1594,7 @@ div.browserblock .browser-header { background:#FFF; padding:10px 0; float:left; +width: 100%; } div.browserblock .browser-branch {