• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

wiki style document editor


Commit MetaInfo

修訂0c8bb4b68d11f0c85f2267637599d1f2733551c7 (tree)
時間2014-09-08 02:26:44
作者Hiromichi Matsushima <hylom@Hiro...>
CommiterHiromichi Matsushima

Log Message

stylesheet: add #contents pre.list and show linenumer until 200

Change Summary

差異

--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -109,4 +109,10 @@ a {
109109
110110 #contents .caption {
111111 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+
--- a/views/format/plaintext.jade
+++ b/views/format/plaintext.jade
@@ -6,6 +6,6 @@ block contentsBody
66 p.horizontal-number 123456789012345678901234567890123
77 div#line-number-box
88 - var n = 1
9- while n < 100
9+ while n < 200
1010 div.line-number= n++
1111 div#text!= contents