Skip to content

Commit

Permalink
TEST2
Browse files Browse the repository at this point in the history
  • Loading branch information
Skif-off committed Sep 9, 2024
1 parent f538b19 commit 52e0a82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion doc/ru/doublecmd.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ span.uline { text-decoration: underline; }

table { font-size: inherit; border: 1px #b0b0b0 solid; border-collapse: collapse; width: 885px; margin-left: 5px; }
table.innercmddesc { border: 1px #c0c0c0 solid; border-collapse: collapse; width: 99%}

table.index { font-size: inherit; border: none; border-collapse: collapse; }
td.indexcell { vertical-align: top; }

tr.rowsubtitle { background-color: #ffffc0; color: #000000; }
tr.rowcategorytitle { background-color: #ffd0d0; color: #000000; }
Expand All @@ -87,7 +89,6 @@ td.innerdescdesccell { border: 1px #b0b0b0 solid; }
td.categorycell { border: 1px #b0b0b0 solid; }
td.categorydesc { border: 1px #b0b0b0 solid; }
td.cmdcell { border: 1px #b0b0b0 solid; vertical-align: top; }
td.index { vertical-align: top; }

small.firstcolumnaleft { font-weight:normal }

Expand Down
6 changes: 3 additions & 3 deletions doc/ru/lua2.html
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ <h2><a name="libraryos">3.7. Библиотека OS</a></h2>
<h2><a name="index">4. Индекс</a></h2>
<table class="index">
<tr>
<td class="index">
<td class="indexcell">
<p><span class="bold"><a href="#libdc">Библиотека DC</a></span></p>
<p>
<a href="#dc_currentpanel">DC.CurrentPanel</a><br>
Expand Down Expand Up @@ -1298,7 +1298,7 @@ <h2><a name="index">4. Индекс</a></h2>
</p>
<br>
</td>
<td class="index">
<td class="indexcell">
<p><span class="bold"><a href="#libraryclip">Библиотека Clipboard</a></span></p>
<p>
<a href="#clipbrd_clear">Clipbrd.Clear</a><br>
Expand Down Expand Up @@ -1337,7 +1337,7 @@ <h2><a name="index">4. Индекс</a></h2>
</p>
<br>
</td>
<td class="index">
<td class="indexcell">
<p><span class="bold"><a href="#libraryos">Библиотека OS</a></span></p>
<p>
<a href="#os_execute">os.execute</a><br>
Expand Down

0 comments on commit 52e0a82

Please sign in to comment.