You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kibble.apache.org by GitBox <gi...@apache.org> on 2019/06/10 18:07:31 UTC

[GitHub] [kibble] TreyYi opened a new pull request #26: Remove css font-family of nav.title to correctly inherit body font-family from bootstrap

TreyYi opened a new pull request #26: Remove css font-family of nav.title to correctly inherit body font-family from bootstrap
URL: https://github.com/apache/kibble/pull/26
 
 
   ## Problem
   The font of title bars do not match with other contents.
   
   ## Solution
   I simply removed font-family of nav.title in kibble.min.css to inherit the font-family of body.dashboard from bootstrap.min.css.
   
   ## Before & After Screenshots
   **Before**: ![image](https://user-images.githubusercontent.com/32972219/59215598-53726e00-8b55-11e9-9e50-f293a3f56dc2.png)
   **After**: ![image](https://user-images.githubusercontent.com/32972219/59215781-d1367980-8b55-11e9-9db6-b7b863727d45.png)
   
   ## Other Changes
   Atom editor automatically removed the white spaces in kibble.min.css.
   
   Please advise on my first pull request. Thank you.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services