MarkDurbin104 / 3dp.rocks

All source from 3DP.Rock website and blog
MIT License
104 stars 58 forks source link

errors in css #5

Open ingegno opened 9 years ago

ingegno commented 9 years ago

Firefox complains about 3 errors in the css.

Fixes for two here: https://github.com/ingegno/3dp.rocks/commit/51b0d00e3a9af09952d4179be9ded11157769d65

logo{height:10} --> #logo{height:50px}

width:320px-logoWidth; --> width:288px;

Third error is text-spacing:1px which firefox doesn't understand.

I don't do a pull request of this, because I think you generate css somehow from sccs file, in a way I'm not aware of.