Changeset - fd22ce18d312
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-28 21:48:45
dominikruf@gmail.com
less: remove unnecessary style .groups_breadcrumbs styling - there are no such thing
2 files changed with 0 insertions and 14 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -122,13 +122,6 @@ table.changesets .comments {
 
.form-group > label {
 
  float: left;
 
}
 
.groups_breadcrumbs a {
 
  color: #fff;
 
}
 
.groups_breadcrumbs a:hover {
 
  color: #bfe3ff;
 
  text-decoration: none;
 
}
 
.dt_repo {
 
  white-space: nowrap;
 
  color: #577632;
kallithea/public/less/style.less
Show inline comments
 
@@ -138,13 +138,6 @@ table.changesets {
 
.form-group > label {
 
  float: left;
 
}
 
.groups_breadcrumbs a {
 
  color: #fff;
 
}
 
.groups_breadcrumbs a:hover {
 
  color: #bfe3ff;
 
  text-decoration: none;
 
}
 
.dt_repo {
 
  white-space: nowrap;
 
  color: #577632;
0 comments (0 inline, 0 general)