Revert "Merge branch 'fond-gala' into 'master'"

This reverts merge request !25
This commit is contained in:
Skia
2016-11-21 14:10:29 +01:00
parent 98d47727e0
commit cfbd610305
6 changed files with 3 additions and 18 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 657 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 KiB

View File

@ -1,23 +1,10 @@
/*--------------------------------GENERAL------------------------------*/
body{
/* commented for gala update
background-color:#EEE;
position: relative;
width: 100%;
*/
font-family: sans-serif;
}
/* to auto adapt background */
html {
background: url(/static/core/img/gala.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
footer {
color: white;
}
a {
text-decoration: none;
color: #265C83;