changeset 19:df4ce962e5ce

smallize complex-regex
author Ryoma SHINYA <shinya@firefly.cr.ie.u-ryukyu.ac.jp>
date Mon, 13 Sep 2010 12:18:26 +0900
parents 890d3517870a
children f5fb37614d52
files presen/index.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/presen/index.html	Mon Sep 13 12:13:37 2010 +0900
+++ b/presen/index.html	Mon Sep 13 12:18:26 2010 +0900
@@ -289,7 +289,7 @@
           </li>
           <li>
             <strong>complex-regex</strong> - 複雑な正規表現でのマッチング<br/>
-            パターン : "<blue>(Python|Perl|Pascall|Prolog|PHP|Ruby|Haskell|Lisp|Scheme)</blue>" - <a href="pix/complex-regex.png" target="blank">図</a><br/>
+            パターン : "<blue style='font-size: 70%;'>(Python|Perl|Pascall|Prolog|PHP|Ruby|Haskell|Lisp|Scheme)</blue>" - <a href="pix/complex-regex.png" target="blank">図</a><br/>
             マッチ行数: 3439028行
           </li>
           <li class="incremental">"複雑さ" = 変換されたDFAの状態数/遷移規則の多さ.</li>