# HG changeset patch # User domruf # Date 1509312900 -3600 # Node ID e70bacdb1de71e5f782ebbcbd453ae35bd1d9b26 # Parent 311e881d1a56dddabbdd84ea5fd66d8783f3c3c7 less: there is no .info_box_elem or .info_box diff -r 311e881d1a56 -r e70bacdb1de7 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Sun Oct 29 14:12:21 2017 +0100 +++ b/kallithea/public/css/style.css Sun Oct 29 22:35:00 2017 +0100 @@ -687,7 +687,6 @@ } #graph_content, #graph_content_pr, -#graph .info_box, #graph .container_header { margin-left: 100px; } @@ -887,16 +886,6 @@ cursor: pointer; text-decoration: none; } -.info_box input#at_rev, -.info_box input#size { - border-top: 1px solid #b3b3b3; - border-left: 1px solid #b3b3b3; - border-right: 1px solid #eaeaea; - border-bottom: 1px solid #eaeaea; -} -.info_box_elem { - display: inline-block; -} .yui-overlay, .yui-panel-container { visibility: hidden; diff -r 311e881d1a56 -r e70bacdb1de7 kallithea/public/less/style.less --- a/kallithea/public/less/style.less Sun Oct 29 14:12:21 2017 +0100 +++ b/kallithea/public/less/style.less Sun Oct 29 22:35:00 2017 +0100 @@ -477,7 +477,6 @@ } #graph_content, #graph_content_pr, -#graph .info_box, #graph .container_header { margin-left: 100px; } @@ -677,17 +676,6 @@ cursor: pointer; text-decoration: none; } -.info_box input#at_rev, -.info_box input#size { - border-top: 1px solid #b3b3b3; - border-left: 1px solid #b3b3b3; - border-right: 1px solid #eaeaea; - border-bottom: 1px solid #eaeaea; -} -.info_box_elem { - display: inline-block; -} - @import "yui-ac.less"; #repo_size {