+[2013-06-19T18:56:38Z]atmosxwow worked fine :-) +[2013-06-19T18:56:39Z]atmosxthanks +[2013-06-19T18:56:50Z]jaybe:) +[2013-06-19T19:10:19Z]atmosxjaybe: can I make a css related question? :-P +[2013-06-19T19:10:46Z]atmosxhow does the: font-family: "Advent Pro", "Jura", "Helvetica Neue", Arial, sans-serif; … work? The browser chooses to display the first on the left? so if it finds Advent Pro uses that, then Jura etc?
I'm at /source/stylesheets directory, trying to import them in screen.css
+[2013-06-20T02:25:13Z]p91hi, if I want to create an link to a subdomain in my navigation, what do I have to do? writting <a href="http://subdomain.domain.de">Subdomain</a> in /custom/navigation.html will be rewritten to <a href="http://domain.de/subdomain.domain.de +[2013-06-20T04:39:28Z]pontikip91: i'm not sure i understand the question, mainly because i'm not aware of the situation +[2013-06-20T04:39:51Z]pontikido you want it rewritten? or is it being rewritten and you don't want it to be? +[2013-06-20T12:51:59Z]p91hi, for some reason it was rewritten but I did not want it to be rewritten. I thought removing the {{server_url}} in front would leave the line just as I wanted it to be. This was not the case. The line was rewritten for some reason. So I put the http in front which fixed it. Not sure why or why I needed to run rake generate twice to see the effect (maybe my browser had the side still cached?) but now it works as it should. +[2013-06-20T12:52:10Z]p91man, I always write so mcu