소스 검색

Update doc

Tatsuhiro Tsujikawa 12 년 전
부모
커밋
4095b2ec6b
3개의 변경된 파일10개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 0
      doc/manual-src/en/_static/default2.css
  2. 2 2
      doc/manual-src/en/technical-notes.rst
  3. 4 0
      doc/manual-src/ru/_static/default2.css

+ 4 - 0
doc/manual-src/en/_static/default2.css

@@ -3,3 +3,7 @@
 pre, tt {
     font-family:  monospace, sans-serif;
 }
+
+tt {
+    font-size: 100%;
+}

+ 2 - 2
doc/manual-src/en/technical-notes.rst

@@ -4,8 +4,8 @@ Technical Notes
 This document describes additional technical information of aria2. The
 expected audience is developers.
 
-Control File (*.aria2) Format
------------------------------
+Control File (\*.aria2) Format
+------------------------------
 
 The control file uses a binary format to store progress information of
 a download. Here is the diagram for each field::

+ 4 - 0
doc/manual-src/ru/_static/default2.css

@@ -3,3 +3,7 @@
 pre, tt {
     font-family:  monospace, sans-serif;
 }
+
+tt {
+    font-size: 100%;
+}