radiegtya / meteoris2

a Realtime Javascript Boilerplate base on Meteor Js Framework
MIT License
246 stars 45 forks source link

missing class="frontend" breaks nav bar #41

Open stocksp opened 9 years ago

stocksp commented 9 years ago

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 commented 9 years ago

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

stocksp commented 9 years ago

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 commented 9 years ago

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

radiegtya commented 9 years ago

Sorry, What meteoris version did You use?

AirJordan6811 commented 9 years ago

I use meteor 1.0.3.1 image