-
Notifications
You must be signed in to change notification settings - Fork 0
/
MMM-Bensinpriser.css
42 lines (35 loc) · 925 Bytes
/
MMM-Bensinpriser.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/* MMM-Bensinpriser.css */
.station-icon {
width: 30px;
height: 30px;
border-radius: 20%;
text-align: center;
vertical-align: top;
margin-top: 8px;
}
.fuel-price-table {
border-collapse: collapse;
}
.fuel-price-table th, .fuel-price-table td {
padding-left: 8px;
padding-right: 8px;
border: 1px solid #ddd;
text-align: left;
height: 10px;
}
.fuel-price-table th {
font-size: 0.8em;
}
.fuel-price-table td {
font-size: 0.6em;
}
.fuel-price-table tr:first-child td, .fuel-price-table tr:first-child th { border-top: 0; }
.fuel-price-table tr td:first-child, .fuel-price-table tr th:first-child { border-left: 0; }
.fuel-price-table tr:last-child td, .fuel-price-table tr:last-child th { border-bottom: 0; }
.fuel-price-table tr td:last-child, .fuel-price-table tr th:last-child { border-right: 0; }
.fuel-last-updated{
margin: 0px;
line-height: 1.4em;
font-size: 0.5em;
color: #666;
}