This repository has been archived on 2024-07-18. You can view files and clone it, but cannot push or open issues or pull requests.
lwb5/site/static/beta5/css/pg_rank.css

17 lines
524 B
CSS
Raw Normal View History

2016-01-10 11:01:49 +01:00
td#rkpsel { text-align: center; padding: 0px 0px 20px 0px; }
table.list { padding: 0% 5% 0% 5%; width: 90%; }
table.hdr {
border-color: white;
border-style: solid;
border-width: 0px 0px 1px 0px;
padding: 0px 0px 10px 0px;
margin: 0px 0px 10px 0px;
}
table.row { padding: 0px; margin: 0px; }
table.row th { cursor:pointer; }
.gname { width: 50%; text-align: left; }
.grank { width: 50%; text-align: center; }
.dname { width: 40%; text-align: left; }
.drank { width: 20%; text-align: center; padding: 0px 0px 0px 0px; }