Browse Source

dodelani titulni stranky

Uz to funguje podle predstav,
mozna bude potreba trochu poupravit
konstanty
remotes/origin/Float_novinky
Bc. Petr Pecha 9 years ago
parent
commit
23456d9f28
  1. 23
      mamweb/static/css/mamweb.css

23
mamweb/static/css/mamweb.css

@ -301,7 +301,17 @@ div.zadani_azad_termin {
}
div.novinky{
max-width: 42%;
max-width: 70%;
margin-left: auto;
margin-right: auto;
float: none;
}
div.graf{
float: none;
margin-left: auto;
margin-right: auto;
width: 70%;
}
}
@ -415,6 +425,15 @@ div.zadani_azad_termin {
div.novinky{
max-width: 100%;
float: none;
}
div.graf{
float: none;
width: 70%;
margin-left: auto;
margin-right: auto
}
}
@ -483,5 +502,5 @@ div.zadani_azad_termin {
.novinky{
float: right;
/*max-width: 42%;*/
max-width: 42%;
}

Loading…
Cancel
Save