1
Fork 0
lorchess.ru/_scss/tour-info.scss

19 lines
226 B
SCSS
Raw Normal View History

---
---
/* Tour info */
.tour-info {
display: inline-block;
table {
2017-05-25 21:35:39 +04:00
width: 246px;
2014-03-27 20:12:46 +04:00
margin-left: 10px;
margin-right: 10px;
tbody > tr > td.result {
width: 33px;
2014-03-27 20:12:46 +04:00
text-align: center;
}
}
}