add fix code align
This commit is contained in:
parent
a5058229e4
commit
6f915d5a01
1 changed files with 6 additions and 2 deletions
|
@ -576,8 +576,12 @@ td.code {
|
||||||
table.highlighttable pre{
|
table.highlighttable pre{
|
||||||
line-height:16px !important;
|
line-height:16px !important;
|
||||||
font-size:12px !important;
|
font-size:12px !important;
|
||||||
text-align: right;
|
}
|
||||||
padding-right: 4px;
|
|
||||||
|
|
||||||
|
table.highlighttable .linenodiv pre {
|
||||||
|
text-align: right;
|
||||||
|
padding-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-refs-form {
|
.project-refs-form {
|
||||||
|
|
Loading…
Reference in a new issue