wiki style document editor
修訂 | 0c8bb4b68d11f0c85f2267637599d1f2733551c7 (tree) |
---|---|
時間 | 2014-09-08 02:26:44 |
作者 | Hiromichi Matsushima <hylom@Hiro...> |
Commiter | Hiromichi Matsushima |
stylesheet: add #contents pre.list and show linenumer until 200
@@ -109,4 +109,10 @@ a { | ||
109 | 109 | |
110 | 110 | #contents .caption { |
111 | 111 | margin-top: 22px; |
112 | -} | |
\ No newline at end of file | ||
112 | +} | |
113 | + | |
114 | +#contents pre.list { | |
115 | + border-radius: 0; | |
116 | + background: white; | |
117 | +} | |
118 | + |
@@ -6,6 +6,6 @@ block contentsBody | ||
6 | 6 | p.horizontal-number 123456789012345678901234567890123 |
7 | 7 | div#line-number-box |
8 | 8 | - var n = 1 |
9 | - while n < 100 | |
9 | + while n < 200 | |
10 | 10 | div.line-number= n++ |
11 | 11 | div#text!= contents |