Template:XFD backlog/styles.css: Difference between revisions
Jump to navigation
Jump to search
(Imported page) |
|||
| Line 12: | Line 12: | ||
clear: right; | clear: right; | ||
} | } | ||
| − | |||
.xfd-backlog-left { | .xfd-backlog-left { | ||
float: left; | float: left; | ||
Latest revision as of 02:28, 20 January 2022
/* {{pp-template}} */
.xfd-backlog {
font-size: 92%;
text-align: center;
width: 20em;
margin: 0 1em 1em 1em;
}
.xfd-backlog-right {
float: right;
margin: 0 0 1em 1em;
clear: right;
}
.xfd-backlog-left {
float: left;
margin: 0 1em 1em 0;
}
.xfd-backlog tr td:last-child {
font-weight: bold;
}