huangginny/huangginny.github.io

bullet points at the end of the line?

Closed this issue · 7 comments

There are two list items below Technical -> Overview. I assume the bullet points at the end of the line are not intended?

You're using Chrome, right?

This only happens with Chrome... I checked out some solutions online too, but then none of them seem to apply without breaking my bootstrap...

Yes I am using Chrome. Hmm interesting I thought bootstrap usually works
well with Chrome...

On Mon, Dec 15, 2014 at 10:53 AM, Ginny notifications@github.com wrote:

You're using Chrome, right?

This only happens with Chrome... I checked out some solutions online too,
but then none of them seem to apply without breaking my bootstrap...


Reply to this email directly or view it on GitHub
#2 (comment)
.

@christycui According to various posts on StackOverflow, the problem is this... I used the class "col-sm-12" on each of the list elements. And "col-sm-12" has a "float: left" css property, which breaks the list element on Chrome. I think it's a bug that happens with Chrome. Before their devs fix the problem, I will try to find alternate solutions.

Did a brute force change and just removed the bullets...

Just curious - what did you change? I was going to suggest adding style="list-style: none;" but thought you probably already tried that

The same thing.
Before I was not even thinking of removing the bullets...

Dang I should have submitted a pull request! so that I could acknowledge
myself in the footer :p

Until next time...

On Mon, Dec 15, 2014 at 1:14 PM, Ginny notifications@github.com wrote:

The same thing.
Before I was not even thinking of removing the bullets...


Reply to this email directly or view it on GitHub
#2 (comment)
.