Skip to content

Commit dff1c42

Browse files
committed
Show logo in site header
1 parent 1025f2b commit dff1c42

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

jQVP_Logo_gr.png

51.4 KB
Loading

style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ Description: jQuery Validation Plugin Theme based on twentytwelve
1818
visibility: inherit;
1919
}
2020

21+
/* logo */
22+
.site-title a {
23+
display: block !important;
24+
text-indent: -1000px;
25+
width: 546px;
26+
height: 130px;
27+
background: url(jQVP_Logo_gr.png);
28+
}
29+
2130
/* Syntax Highlighting ---------------------- */
2231

2332
pre, code {

0 commit comments

Comments
 (0)