1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

removing comments from ansible-ui.less

This commit is contained in:
Jared Tabor 2015-03-06 16:52:57 -05:00
parent 13bc0a7b78
commit c3f5909600

View File

@ -173,7 +173,6 @@ a:focus {
.actions {
a {
font-size: 18px;
// margin-right: 12px;
}
a:last-child {
margin-right: 0;
@ -1032,8 +1031,6 @@ input[type="checkbox"].checkbox-no-label {
/* Less padding on .table-condensed */
.table-condensed>tbody>tr>td,
.table-condensed>thead>tr>th {
// padding-top: 3px;
// padding-bottom: 3px;
padding: 0.5em 0.6em;
}