Skip to content

Commit

Permalink
Fixed commas (#11362)
Browse files Browse the repository at this point in the history
  • Loading branch information
demis-palma authored and wilsonge committed Jul 30, 2016
1 parent f05e4f6 commit 7a68a5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion administrator/templates/hathor/css/colour_blue_rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ table.aclsummary-table th.col4,
table.aclsummary-table td.col5,
table.aclsummary-table th.col5,
table.aclsummary-table td.col6,
table.aclsummary-table th.col6
table.aclsummary-table th.col6,
table.aclmodify-table td.col2,
table.aclmodify-table th.col2 {
border-right: 1px solid #738498;
Expand Down
2 changes: 1 addition & 1 deletion administrator/templates/hathor/css/colour_brown_rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ table.aclsummary-table th.col4,
table.aclsummary-table td.col5,
table.aclsummary-table th.col5,
table.aclsummary-table td.col6,
table.aclsummary-table th.col6
table.aclsummary-table th.col6,
table.aclmodify-table td.col2,
table.aclmodify-table th.col2 {
border-right: 1px solid #cbcbcb;
Expand Down
2 changes: 1 addition & 1 deletion administrator/templates/hathor/css/colour_standard_rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ table.aclsummary-table th.col4,
table.aclsummary-table td.col5,
table.aclsummary-table th.col5,
table.aclsummary-table td.col6,
table.aclsummary-table th.col6
table.aclsummary-table th.col6,
table.aclmodify-table td.col2,
table.aclmodify-table th.col2 {
border-right: 1px solid #c7c8b2;
Expand Down
2 changes: 1 addition & 1 deletion administrator/templates/isis/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -8792,7 +8792,7 @@ body {
margin-left: 0;
margin-right: 180px;
}
.dl-horizontal dt
.dl-horizontal dt,
.profile> ul {
margin: 9px 25px 0 0;
}
Expand Down

0 comments on commit 7a68a5d

Please sign in to comment.