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