Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing commas #11362

Merged
merged 1 commit into from
Jul 30, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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