Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing class="frontend" breaks nav bar #41

Open
stocksp opened this issue Feb 8, 2015 · 5 comments
Open

missing class="frontend" breaks nav bar #41

stocksp opened this issue Feb 8, 2015 · 5 comments

Comments

@stocksp
Copy link
Contributor

stocksp commented Feb 8, 2015

I cloned the latest and the navbar is a bit broken (text disappears into a black background).
Looking at the demo http://meteoris.piyiku.biz/
I see a top level div with a class of frontend.
I don't see the class anywhere in the template source
So...
I added this to the 'basic' template and it seems to be fine...

Did I miss something?

@AirJordan6811
Copy link

I have the same problem. @stocksp what you have change? Thx for your help.

@stocksp
Copy link
Contributor Author

stocksp commented Feb 8, 2015

I just added the class to client/main.html

<template name="basic">
<div class = "frontend"> // <--this is the add
... existing code
</div> // <--and this
</template>

This is was just a quick fix ... not sure its correct!

@AirJordan6811
Copy link

Ok, thx @stocksp it works! And the white base color is not so bad. ;-)

@radiegtya
Copy link
Owner

Sorry, What meteoris version did You use?

@AirJordan6811
Copy link

I use meteor 1.0.3.1
image

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

No branches or pull requests

3 participants