Github user robertkowalski commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/42#discussion_r16678197
  
    --- Diff: assets/less/bootstrap/progress-bars.less ---
    @@ -57,7 +57,8 @@
       height: 100%;
       color: @white;
       float: left;
    -  font-size: 12px;
    +  font-size: 16px;
    +  line-height: 30px;
    --- End diff --
    
    This patches the external dependency Twitter Bootstrap. You probably want 
that:
    
    ```diff
    diff --git a/app/addons/replication/assets/less/replication.less 
b/app/addons/replication/assets/less/replication.less
    index 7966fe8..3836ea2 100644
    --- a/app/addons/replication/assets/less/replication.less
    +++ b/app/addons/replication/assets/less/replication.less
    @@ -185,6 +185,10 @@
           border-top: 1px solid @greyBrownLighter;
           line-height: 30px;
           font-size: 16px;
    +      div.bar {
    +        font-size: 16px;
    +        line-height: 30px;
    +      }
         }
       }
     }
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to