+ [12 years ago] atmosx wow worked fine :-)
+ [12 years ago] atmosx jaybe: can I make a css related question? :-P
+ [12 years ago] atmosx how 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?

message no. 3157

Posted by pontiki in #octopress at 2013-06-19T04:02:03Z

i don't know much about solorize or pygments
+ [12 years ago] p91 hi, 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
+ [12 years ago] pontiki p91: i'm not sure i understand the question, mainly because i'm not aware of the situation
+ [12 years ago] pontiki do you want it rewritten? or is it being rewritten and you don't want it to be?
+ [12 years ago] p91 hi, 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.
+ [12 years ago] p91 man, I always write so mcu