blob: cddf1ab299f0f4215d0227a4385fe1e453f3ed33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* "default" theme has been renamed to "runo" */
.v-generated-body {
background-image: url(images/default_theme_is_now_runo.png);
background-repeat: no-repeat;
height: 83px;
width: 347px;
}
.v-app {
display: none;
}
|