source: main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/css/eurovision.css@ 34873

Last change on this file since 34873 was 34873, checked in by davidb, 3 years ago

Supporting JS and CSS files for document.xsl page/view

File size: 300 bytes
Line 
1
2#from-country-votes {
3 padding-bottom: 12px;
4}
5
6.voting {
7 display: inline-block;
8}
9
10.voting-label {
11 font-size: 110%;
12 font-weight: bold;
13 padding-top: 6px;
14}
15
16.voting-country {
17 width: 150px;
18}
19
20.voting-points {
21 width: 35px;
22 padding-right: 15px;
23 text-align: right;
24}
Note: See TracBrowser for help on using the repository browser.