changeset 7013:5ec18fe629a5

less: remove unnecessary textarea style - bootstrap already sets width and box-sizing
author domruf <dominikruf@gmail.com>
date Sat, 28 Oct 2017 21:48:45 +0200
parents fd22ce18d312
children 7f3486d1e084
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Sat Oct 28 21:48:45 2017 +0200
+++ b/kallithea/public/css/style.css	Sat Oct 28 21:48:45 2017 +0200
@@ -2130,7 +2130,3 @@
 #content div.panel .changelog-panel > ul.pagination {
   margin-left: 100px;
 }
-textarea.commit-message {
-  width: 100% !important;
-  box-sizing: border-box;
-}
--- a/kallithea/public/less/style.less	Sat Oct 28 21:48:45 2017 +0200
+++ b/kallithea/public/less/style.less	Sat Oct 28 21:48:45 2017 +0200
@@ -1559,7 +1559,3 @@
 #content div.panel .changelog-panel > ul.pagination {
   margin-left: 100px;
 }
-textarea.commit-message {
-  width: 100% !important;
-  box-sizing: border-box;
-}