Skip to content

ul.methods css class has an unappealing offset#96

Open
mazimuhlari wants to merge 2 commits intonikhilmodak:masterfrom
mazimuhlari:master
Open

ul.methods css class has an unappealing offset#96
mazimuhlari wants to merge 2 commits intonikhilmodak:masterfrom
mazimuhlari:master

Conversation

@mazimuhlari
Copy link
Copy Markdown

ul.methods css had an offset that was not aesthetically pleasing when viewing the methods table. This offset was due to bootstrap overriding the ul.methods class so I added a margin-left: 0; to counter it.

ul.methods { margin-left: 0; }

<ul class="methods"> had an offset that was not aesthetically pleasing when viewing the methods table.
Fixed <ul class="methods"> margin-left set by bootstrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant