Changeset - 5ec18fe629a5
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-28 21:48:45
dominikruf@gmail.com
less: remove unnecessary textarea style - bootstrap already sets width and box-sizing
2 files changed with 0 insertions and 8 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -2130,7 +2130,3 @@ body table.dataTable thead .sorting_desc
 
#content div.panel .changelog-panel > ul.pagination {
 
  margin-left: 100px;
 
}
 
textarea.commit-message {
 
  width: 100% !important;
 
  box-sizing: border-box;
 
}
kallithea/public/less/style.less
Show inline comments
 
@@ -1559,7 +1559,3 @@ body table.dataTable thead .sorting_desc
 
#content div.panel .changelog-panel > ul.pagination {
 
  margin-left: 100px;
 
}
 
textarea.commit-message {
 
  width: 100% !important;
 
  box-sizing: border-box;
 
}
0 comments (0 inline, 0 general)