Re: I had proglem with .css file loaded to template

2015-11-21 Thread Dariusz Mysior
Ok it's ok already, but I don't know how :/ thanks! W dniu sobota, 21 listopada 2015 14:21:36 UTC+1 użytkownik Dariusz Mysior napisał: > > > I have a problem with loading the css file, after calling index.html who > inherits base_ownsite.html which reads css page will not show background >

Re: I had proglem with .css file loaded to template

2015-11-21 Thread Dariusz Mysior
And also when I change path to app css file accounts - style.css body { background-color: green; } h2 { color: blue; } in page details code I had body { background: red ; } h2 { color: blue; } with was set a long time ago, now I set green background but page is red :/ W

I had proglem with .css file loaded to template

2015-11-21 Thread Dariusz Mysior
I have a problem with loading the css file, after calling index.html who inherits base_ownsite.html which reads css page will not show background color or font color ... base_ownsite.html {% load staticfiles %}{% block title %}{% endblock %}{% block content %} {% endblock %}