This commit is contained in:
alexandre-pereira
2015-03-16 23:23:41 +01:00
parent 7b771725b3
commit 26b71fa2b9
13 changed files with 326 additions and 89 deletions

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
html, body {
font-family: 'Oswald', sans-serif;
background: #ebebeb;
background: url('../imgs/bg.png') no-repeat bottom center fixed;
background: url('../imgs/adminbg.jpg') no-repeat bottom center fixed;
background-size: cover;
}
@ -57,6 +57,7 @@ nav input {
background:rgba(0, 0, 0, 0.7);
color: white;
text-align: center;
}
.referents {
@ -184,4 +185,7 @@ background:url(../imgs/ariane/general-right.png) 0 0 no-repeat;
width:20px;
height:33px;
}
#back_ref img {
vertical-align:middle;
}