# HG changeset patch # User HIROSE Yuuji # Date 1339426055 -32400 # Node ID b491a43bd5fe14428d9bfc6eac13c2f3fd079266 # Parent 1b16890d61d68d9099e6061b2388b00538847c00 Add class for scrolling table. diff -r 1b16890d61d6 -r b491a43bd5fe after5.css --- a/after5.css Mon Jun 11 00:14:40 2012 +0900 +++ b/after5.css Mon Jun 11 23:47:35 2012 +0900 @@ -43,3 +43,10 @@ padding: 0.1ex 1ex 0.1nex 1ex; } .screen .u {color: cyan;} +div.memlist { + height: 20em; width: 90%; overflow: auto; background: white; + border: 3px inset; +} +div.memlist5 { + height: 5em; overflow: auto; +}