McShaun / Providence-Mobile

Mobile Application for Providence
www.BibleStudyInteractive.com/praise
1 stars 0 forks source link

Sun/Wed Msg Title not centered #9

Closed McShaun closed 12 years ago

McShaun commented 12 years ago

Probably a CSS issue. I'll look into it.

gvanhoy commented 12 years ago

You should be looking for this line in jquery.tweet.js: o.tweet_text_nolink = ...

McShaun commented 12 years ago

Hmm, this is a difficult one. If you use "inspect element" or firebug to take out both of the text-align: center styles, then it lines up in the center correctly - but is left aligned. If you leave the center align style, it centers, but off-center. That's a tough call. Maybe we should take out the style="text-align: center" in both jquery.tweet.js and in the style sheet

On Mon, May 7, 2012 at 10:56 AM, Garrett Vanhoy < reply@reply.github.com

wrote:

You should be looking for this line in jquery.tweet.js: '''javascript o.tweet_text_nolink = "<h3 class = \"home-title\">" + "<p style=\"text-align: center;\">" + o.tweet_raw_text + "

";


Reply to this email directly or view it on GitHub: https://github.com/McShaun/Providence-Mobile/issues/9#issuecomment-5553284

gvanhoy commented 12 years ago

The tweet was being formatted as a

which put an indentation out front which was rather troublesome to remove. So I added in the jquery.tweet.css style sheet and modified it a little bit. Now it's centered. Yay!

McShaun commented 12 years ago

Wow, good job!

On Mon, May 7, 2012 at 6:45 PM, Garrett Vanhoy < reply@reply.github.com

wrote:

The tweet was being formatted as a

    which put an indentation out front which was rather troublesome to remove. So I added in the jquery.tweet.css style sheet and modified it a little bit. Now it's centered. Yay!


    Reply to this email directly or view it on GitHub: https://github.com/McShaun/Providence-Mobile/issues/9#issuecomment-5563894