Changeset - 9b0c7db2e895
[Not reviewed]
beta
0 1 0
Mads Kiilerich - 13 years ago 2013-03-20 14:01:58
madski@unity3d.com
Transplanted from: fca354a65ee0
css: fix truncation of hover menu on last lines of summary page
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -3690,7 +3690,7 @@ img.icon, .right .merge img {
 

	
 
#header #header-inner #home, #header #header-inner #logo,
 
#content div.box ul.left, #content div.box ol.left,
 
#content div.box div.pagination-left, div#commit_history,
 
div#commit_history,
 
div#legend_data, div#legend_container, div#legend_choices {
 
    float: left;
 
}
 
@@ -3732,7 +3732,6 @@ div#legend_data, div#legend_container, d
 
#content div.box div.form, #content div.box div.table, #content div.box div.traffic {
 
    position: relative;
 
    clear: both;
 
    overflow: hidden;
 
    margin: 0;
 
    padding: 0 20px 10px;
 
}
0 comments (0 inline, 0 general)