Jacoline
For the census, I will add Danish to the template list on the “Road map”, but it will be some weeks at least before I get to this project.
For the thumbs, try this and tell me if it does what you want. In the file /themes/colors/css/colors.css
At around line 41 you have this section:
img {
border: 0 none;
}
Change it to this:
img {
border: 0 none;
border-radius: 5px;
}
Note that this will change the corners on ALL images, everywhere. Not sure if that is what you want?