Commit 21e7e2d1107ac3df051f57ec4252449f863b20f8
1 parent
4eeb75d5
Exists in
master
and in
4 other branches
updating theme
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -207,7 +207,7 @@ p { |
207 | 207 | } |
208 | 208 | |
209 | 209 | #TB_window .login-box h2{ |
210 | - background: url("images/bg-titulo-login.png") repeat-x scroll 0 0 #FFFFFF; | |
210 | + background: url("images/bg-titulo-login.png") no-repeat scroll 70px 7px #FFFFFF; | |
211 | 211 | color: #757575; |
212 | 212 | font-size: 20px; |
213 | 213 | font-style: italic; | ... | ... |