diff --git a/web/App_Themes/style.css b/web/App_Themes/style.css index 3e1e8fdc..bb2b24f2 100644 --- a/web/App_Themes/style.css +++ b/web/App_Themes/style.css @@ -28,7 +28,7 @@ nav { margin: 1em; padding: 1em; display: block; - background: url("/images/helix-nebula-1400x1400.s.jpg") 50% 10% no-repeat fixed ; + background: url("/images/helix-nebula-1400x1400.s.jpg") 50% 10% repeat fixed ; min-height: 10em; } @@ -37,7 +37,7 @@ main { margin: 1em; padding: 1em; display: block; - background: url("/images/p8-av4.png") 50% 20em repeat fixed ; + background: url("/images/p8-av4.png") 50% 20em no-repeat fixed ; min-height: 10em; } @@ -277,7 +277,7 @@ input, select { margin: .5em; padding: .5em; min-height: 3em; - background: url("/images/star-939235_1280.xxs.jpg") 0 0 repeat fixed; + background: url("/images/star-939235_1280.xxs.jpg") 0 0 no-repeat fixed; } nav { margin: .5em; diff --git a/web/ChangeLog b/web/ChangeLog index 73e28f22..941e5c1b 100644 --- a/web/ChangeLog +++ b/web/ChangeLog @@ -1,3 +1,8 @@ +2015-10-02 Paul Schneider + + * style.css: yauniformisation small & large screens. + nav and footer must have a repeating background image + 2015-10-02 Paul Schneider * style.css: style uniformisation, between small and large