Changeset - 50d3699f1af0
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2018-01-29 19:38:57
dominikruf@gmail.com
Grafted from: 2bcbe6006307
less: remove duplicate style entry

The same change had been applied twice, both in ddba357cb1e3 and eee7674cef41.
1 file changed with 0 insertions and 7 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/style.less
Show inline comments
 
@@ -156,19 +156,12 @@ table.dataTable {
 
  }
 
  td {
 
    padding: 1px 0 !important;
 
  }
 
}
 

	
 
/* every direct child of a main panel, that is not .panel-heading, should auto
 
 * overflow to prevent overflowing of elements like text boxes and tables */
 
#main > .panel > :not(.panel-heading) {
 
  overflow-x: auto;
 
  min-height: 0.01%;
 
}
 

	
 
/* use pointer cursor for expand_commit */
 
.expand_commit .icon-align-left {
 
  cursor: pointer;
 
  color: #999;
 
}
 

	
0 comments (0 inline, 0 general)