1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

some more design fixes

This commit is contained in:
Alexis Metaireau 2011-08-21 15:09:20 +02:00
parent a90959ba70
commit 63a6491001

View file

@ -24,8 +24,8 @@ div.topbar ul.secondary-nav { padding-right: 75px; }
#header .slide { #header .slide {
font-family: 'Comfortaa', arial, serif; font-family: 'Comfortaa', arial, serif;
height: 180px; height: 165px;
margin-top: -40px; padding-top: 15px;
background-image: url("gradient.png"); background-image: url("gradient.png");
background-position: center top; background-position: center top;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -36,18 +36,22 @@ div.topbar ul.secondary-nav { padding-right: 75px; }
margin: 0 auto; margin: 0 auto;
} }
.about_link:hover { #header .slide h1{
margin-bottom: 30px;
}
#header .slide .about_link:hover {
color: #ABE128; color: #ABE128;
} }
#header .slide .about_link { #header .slide .about_link {
margin-left: 180px; margin-left: 220px;
padding: 7px 15px; padding: 7px 15px;
background-color: #222; background-color: #222;
border-radius: 10px; border-radius: 10px;
-moz-border-radius: 10px; -moz-border-radius: 10px;
color: white; color: white;
text-decoration: none; text-decoration: none;
display: inline;
} }
.footer{ .footer{