> On Dec. 6, 2016, 11:14 p.m., Benjamin Mahler wrote:
> > Is this just changing the color? What did the added margins do?
It is because
```
.navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
```
so I try to override it before. Another more simple way is change `<p>` to
`<a>` directly. Have updated to this way.
- haosdent
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54410/#review158247
-----------------------------------------------------------
On Dec. 6, 2016, 9:16 a.m., haosdent huang wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/54410/
> -----------------------------------------------------------
>
> (Updated Dec. 6, 2016, 9:16 a.m.)
>
>
> Review request for mesos, Benjamin Mahler and Vinod Kone.
>
>
> Bugs: MESOS-6725
> https://issues.apache.org/jira/browse/MESOS-6725
>
>
> Repository: mesos
>
>
> Description
> -------
>
> Made the style of `.navbar-text` consistent with other texts in the
> navbar.
>
>
> Diffs
> -----
>
> src/webui/master/static/css/mesos.css
> c817aaee0fd2d2579ff2e4a152d47e83ce80d68c
>
> Diff: https://reviews.apache.org/r/54410/diff/
>
>
> Testing
> -------
>
> # Before:
>
> 
>
> # After:
>
> 
>
>
> Thanks,
>
> haosdent huang
>
>