triceam / app-UI

app-UI is a collection of user interface components that may be helpful to web and mobile developers for creating interactive applications using HTML and JavaScript, especially those targeting mobile devices. app-UI is a continual work in progress - it was born out of the necessity to have rich & native-feeling interfaces in HTML/JS experiences, and it works great with PhoneGap applications (http://www.phonegap.com). app-UI can easily be styled/customized using CSS.
http://triceam.github.com/app-UI/
Other
1.27k stars 239 forks source link

ViewNavigator CSS breaks Bootstrap #18

Open cfjedimaster opened 12 years ago

cfjedimaster commented 12 years ago

Just by including the ViewNavigator CSS a Bootstrap site will break. Specifically - text that was previous under the black bar

http://www.evernote.com/shard/s3/sh/9760020c-539a-4602-be25-b4db624ba519/958e8089e4d072233634fae44b4b6eaf

gets pushed up:

http://www.evernote.com/shard/s3/sh/c440da62-535a-41b9-b2b8-f68f4e29daf0/e05f8d789b373da8a412549e9d12a965

It is the BODY declaration in the CSS.

triceam commented 12 years ago

I'll take a look at impact on the framework, but this should be an easy fix.

yocontra commented 11 years ago

Any word on this?

triceam commented 11 years ago

This is just a conflict in CSS styles. Simply comment out the "body" css style in viewnavigator.css (lines 25-40), and it should fix it.