changeset 7015:ed783f8d4562

less: remove dt_repo no-wrap - wrapping of repo names is actually useful on small screens
author domruf <dominikruf@gmail.com>
date Sun, 29 Oct 2017 01:31:02 +0200
parents 7f3486d1e084
children 26c20ab844cc
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	Sun Oct 29 00:51:09 2017 +0200
+++ b/kallithea/public/css/style.css	Sun Oct 29 01:31:02 2017 +0200
@@ -122,10 +122,6 @@
 .form-group > label {
   float: left;
 }
-.dt_repo {
-  white-space: nowrap;
-  color: #577632;
-}
 .dt_repo_pending {
   opacity: 0.5;
 }
--- a/kallithea/public/less/style.less	Sun Oct 29 00:51:09 2017 +0200
+++ b/kallithea/public/less/style.less	Sun Oct 29 01:31:02 2017 +0200
@@ -138,10 +138,6 @@
 .form-group > label {
   float: left;
 }
-.dt_repo {
-  white-space: nowrap;
-  color: #577632;
-}
 .dt_repo_pending {
   opacity: 0.5;
 }