aboutsummaryrefslogtreecommitdiffstats
path: root/lib/views/general/custom_css.rhtml
blob: 8c08899b19e597e2ac62fc74a38842c5a1abae4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#header #tagline {
 color: red;
}

h1 {
 color: blue ! important;
}

#header h1 a {
    background-image: url("../alavetelitheme/images/navimg/new-alaveteli-logo.png");
    width: 212px;
    height: 87px;
    margin-left: 5px;
}