astropy / astropy-sphinx-theme

Standalone version of the Astropy sphinx theme
BSD 3-Clause "New" or "Revised" License
4 stars 15 forks source link

Change css styling to render dropdown menu horizontal instead of vertical #8

Closed kakirastern closed 5 years ago

kakirastern commented 5 years ago

Fixes #7.

Made changes to the bootstrap-astropy.css file so that the dropdown menu item is vertically arranged instead of being horizontal.

kakirastern commented 5 years ago

This is what I get when building the astropy docs locally:

Screenshot 2019-04-24 22 03 45

astrofrog commented 5 years ago

@kakirastern - perfect, thanks! Can you rebase this on the latest upstream master? This should get rid of the merge commit.

kakirastern commented 5 years ago

Sorry, been having issues with rebasing this PR before so took several attempts to make it work... Kept pulling commits to my local repo that shouldn't be there by git pull... Now it should work.

bsipocz commented 5 years ago

@kakirastern - the trick is that git pull never needs to be used (at least never in the context of a rebase).

kakirastern commented 5 years ago

Okay, I see