diff --git a/mamweb/static/css/mamweb.css b/mamweb/static/css/mamweb.css index 71609370..d18754f3 100644 --- a/mamweb/static/css/mamweb.css +++ b/mamweb/static/css/mamweb.css @@ -153,14 +153,14 @@ h1 { #header { position: relative; - background: url("../images/uvod.jpg") no-repeat center top; + background: url("../images/test.jpg") no-repeat center top; /* poměr 350:970, todo aby to nemuselo být přesně na pixely */ background-size: 100%; top: 58px; } /*todo: rozumné fotky*/ -#header.cojemam { background-image: url("../images/uvod.jpg");} +#header.cojemam { background-image: url("../images/test.jpg");} #header.soustredeni { background-image: url("../images/noc.jpg");} #header.zadani { background-image: url("../images/noc.jpg");} #header.clanky { background-image: url("../images/stiny.jpg");} diff --git a/mamweb/static/images/test.jpg b/mamweb/static/images/test.jpg new file mode 100755 index 00000000..c11897e3 Binary files /dev/null and b/mamweb/static/images/test.jpg differ